Skip to content

Commit 7451a16

Browse files
Update test/defaults_loading.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dca8c51 commit 7451a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/defaults_loading.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mat = sparse(rows, cols, vals, n, n)
2727
rhs = big.(zeros(n))
2828
rhs[begin] = rhs[end] = -2
2929
prob = LinearProblem(mat, rhs)
30-
@test_throws ["SparspakFactorization required", "using Sparspak"] sol = solve(prob).u
30+
@test_throws ["SparspakFactorization required", "using Sparspak"] sol=solve(prob).u
3131

3232
using Sparspak
3333
sol = solve(prob).u

0 commit comments

Comments
 (0)