Skip to content

Commit 5f33804

Browse files
committed
correct name
1 parent 9d54523 commit 5f33804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ end
124124
@test X * solve(cache) b1
125125
end
126126

127-
@testset "UMFPACK Factorization" begin
127+
@testset "Sparspak Factorization" begin
128128
A1 = sparse(A / 1)
129129
b1 = rand(n)
130130
x1 = zero(b)

0 commit comments

Comments
 (0)