diff --git a/test/test_unit.jl b/test/test_unit.jl index faa13e965d3..3d8f0c45c4d 100644 --- a/test/test_unit.jl +++ b/test/test_unit.jl @@ -1382,7 +1382,7 @@ end end end - @trixi_testset "With `solve` With `maxiters`" begin + @trixi_testset "With `solve` with `maxiters`" begin # We need another example file that we include with `Base.include` first, in order to # define the `solve` method without `trixi_include` trying to insert `maxiters` kwargs. # Then, we can test that `trixi_include` inserts the kwarg in the `solve()` call.