diff --git a/test/spqr.jl b/test/spqr.jl index f3d79235..1180d6d3 100644 --- a/test/spqr.jl +++ b/test/spqr.jl @@ -143,7 +143,7 @@ end Q = qr(A).Q sQ = sparse(Q) @test sQ == sparse(Matrix(Q)) - for f in [_from_col, _from_lmul], + for f in [_from_eachcol, _from_lmul], sh in [true, false] @test sQ == f(typeof(sQ).parameters..., Q; sizehint=sh) end