From c9d18923a4dfddbe9c1b18f114548b65b996bb13 Mon Sep 17 00:00:00 2001 From: Ashutosh Bharambe Date: Wed, 7 Feb 2024 23:49:04 +0530 Subject: [PATCH] test: fix typo --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 35af2ad..e8f7c0d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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