Skip to content

Commit 80bf453

Browse files
Update test/runtests.jl
Co-authored-by: David Widmann <[email protected]>
1 parent ddc68d9 commit 80bf453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if !is_APPVEYOR && GROUP == "Downstream"
3838
@time @safetestset "Null Parameters" begin include("downstream/null_params_test.jl") end
3939
@time @safetestset "Ensemble Simulations" begin include("downstream/ensemble.jl") end
4040
@time @safetestset "Ensemble Analysis" begin include("downstream/ensemble_analysis.jl") end
41-
@time @safetestset "Inferece Tests" begin include("downstream/inference.jl") end
41+
@time @safetestset "Inference Tests" begin include("downstream/inference.jl") end
4242
@time @safetestset "Default linsolve with structure" begin include("downstream/default_linsolve_structure.jl") end
4343
@time @safetestset "Callback Merging Tests" begin include("downstream/callback_merging.jl") end
4444
@time @safetestset "LabelledArrays Tests" begin include("downstream/labelledarrays.jl") end

0 commit comments

Comments
 (0)