Skip to content

Commit 627a1c4

Browse files
committed
Fix test variable name
1 parent 8e93f6e commit 627a1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/triangular.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ end
971971
if L isa UnitLowerTriangular
972972
@test_throws ArgumentError LinearAlgebra.fillband!(L, 2, -1, 0)
973973
end
974-
@test iszero(U)
974+
@test iszero(L)
975975

976976
LinearAlgebra.fillband!(L, 1, -1, 0)
977977
@test all(==(1), diagview(L,0))

0 commit comments

Comments
 (0)