Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed Sep 26, 2024
1 parent e117099 commit d73e1e2
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 @@ -14,7 +14,7 @@ include("front_matter.jl")
end
end

if GROUP == "test models" begin
if GROUP == "test models"
@testset "models" begin
println("models:")
include(joinpath("models", "test_model_test_utils.jl"))
Expand All @@ -25,15 +25,15 @@ include("front_matter.jl")
end
end

if GROUP == "test gp" begin
if GROUP == "test gp"
println("gp:")
@testset "gp" begin
include(joinpath("gp", "lti_sde.jl"))
include(joinpath("gp", "posterior_lti_sde.jl"))
end
end

if GROUP == "test space_time" begin
if GROUP == "test space_time"
println("space_time:")
@testset "space_time" begin
include(joinpath("space_time", "rectilinear_grid.jl"))
Expand Down

0 comments on commit d73e1e2

Please sign in to comment.