Skip to content

Commit

Permalink
test: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-b-b committed Feb 7, 2024
1 parent dcab2c8 commit c9d1892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ using SafeTestsets, Test
@time @safetestset "MC Sample" include("MCSample.jl")
@time @safetestset "NNStopping" include("NNStopping.jl")
@time @safetestset "NNKolmogorov" include("NNKolmogorov.jl")
@time @safetestset "NNKolmogorov" include("NNParamKolmogorov.jl")
@time @safetestset "NNParamKolmogorov" include("NNParamKolmogorov.jl")
end

0 comments on commit c9d1892

Please sign in to comment.