Skip to content

Commit

Permalink
Corrected file name of coupled converters test.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Jul 5, 2023
1 parent c7da2cc commit 98bf2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_structured_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ isdir(outdir) && rm(outdir, recursive=true)
end
end

@trixi_testset "elixir_advection_coupled_converters.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_coupled_converters.jl"),
@trixi_testset "elixir_advection_coupled_converter.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_coupled_converter.jl"),
l2 = [0.97560175611287, 0.9707973849860191],
linf = [1.5703274355039958, 1.6235401582169442],
coverage_override = (maxiters=10^5,))
Expand Down

0 comments on commit 98bf2cf

Please sign in to comment.