From a7d495d99a46526d464b940e4192e0cb2d811415 Mon Sep 17 00:00:00 2001 From: lxvm Date: Sat, 16 Sep 2023 21:29:53 -0400 Subject: [PATCH] typo --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index b4ee64af..a79dfef7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -22,6 +22,6 @@ end @time @safetestset "Gaussian Quadrature Tests" begin include("gaussian_quadrature_tests.jl") end -@time @safetest "QuadratureFunction Tests" begin +@time @safetestset "QuadratureFunction Tests" begin include("quadrule_tests.jl") end