From 391b6029d96bfe0d1c49185212e81ce61b918501 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Fri, 22 Sep 2023 10:18:44 -0400 Subject: [PATCH] fix typo --- test/basictests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),