Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jul 12, 2023
1 parent d54a24b commit 91ae0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setups/rectangular_tank.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

@testset "Info and Error" begin
particle_spacing = 0.2
@test_warn "Info: The desired fluid width 0.5" RectangularTank(particle_spacing,
@test_warn "Info: The desired fluid length in x-direction 0.5" RectangularTank(particle_spacing,
(water_width,
water_height),
(tank_width,
Expand Down

0 comments on commit 91ae0db

Please sign in to comment.