Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Nov 7, 2023
1 parent 50e7bc2 commit fd3d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ end
indicator_hg = IndicatorHennemannGassner(1.0, 0.0, true, "variable", "cache")
@test_nowarn show(stdout, indicator_hg)

limiter_idp = SubcellLimiterIDP(true, ["rho"], true, ["rho"], 0.1, "cache")
limiter_idp = SubcellLimiterIDP(true, [1], true, [1], 0.1, "cache")
@test_nowarn show(stdout, limiter_idp)

# TODO: TrixiShallowWater: move unit test
Expand Down

0 comments on commit fd3d531

Please sign in to comment.