diff --git a/test/basictests.jl b/test/basictests.jl index 42f283173..888f6322e 100644 --- a/test/basictests.jl +++ b/test/basictests.jl @@ -202,7 +202,7 @@ end end end - test_algs = if VERISON >= v"1.9" + test_algs = if VERSION >= v"1.9" (LUFactorization(), QRFactorization(), SVDFactorization(),