Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Nov 17, 2023
1 parent b3b5b0f commit 36ee16d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_special_elixirs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ coverage = occursin("--code-coverage", cmd) && !occursin("--code-coverage=none",
tspan = (0.0, 0.1))
@test_nowarn_mod convergence_test(@__MODULE__,
joinpath(EXAMPLES_DIR, "structured_2d_dgsem",
"elixir_advection_basic.jl"), 2,
tspan = (0.0, 0.01))
"elixir_advection_basic.jl"), 2)
@test_nowarn_mod convergence_test(@__MODULE__,
joinpath(EXAMPLES_DIR, "structured_2d_dgsem",
"elixir_advection_coupled.jl"), 2,
Expand Down

0 comments on commit 36ee16d

Please sign in to comment.