Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Mar 21, 2024
1 parent 8b5dc54 commit 91f8fdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ using Aqua: Aqua
cmd = Base.julia_cmd()
examples_dir = abspath(joinpath(pkgdir(PositiveIntegrators), "examples"))
examples = ["01_example_proddest.jl",
"02_example_mpe.jl",
"03_example_mprk22.jl",
"04_example_problemlibrary.jl"]
"02_example_mpe.jl",
"03_example_mprk22.jl",
"04_example_problemlibrary.jl"]

@testset "Example $ex" for ex in examples
@info "Testing examples" ex
Expand Down

0 comments on commit 91f8fdc

Please sign in to comment.