Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Oct 13, 2023
1 parent fb044c2 commit c1e2d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IntervalSets = "0.5, 0.6, 0.7"
MPI = "0.20"
NCDatasets = "0.11, 0.12"
Pkg = "1"
PrettyTables = "2.2"
PrettyTables = "2"
StaticArrays = "1"
Unitful = "1"
julia = "1.8"
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ end
@safetestset "Checkpointer tests" begin
include("checkpointer_tests.jl")
end
@safetestset "Clock tests" begin
@safetestset "experiment test: Clock tests" begin
include("experiment_tests/clock.jl")
end
@safetestset "CouplerState tests" begin
@safetestset "experiment test: CouplerState tests" begin
include("experiment_tests/coupler_state.jl")
end
@safetestset "component test: bucket" begin
Expand Down

0 comments on commit c1e2d88

Please sign in to comment.