Skip to content

Commit 81062b5

Browse files
committed
Typo fix in tests
1 parent c447a77 commit 81062b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_factorizations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ end
100100
# svd_trunc!
101101
# ----------
102102

103-
@testset "svd_trunc ($m, $n) BlockSparseMatri{$T}" for ((m, n), T) in test_params
103+
@testset "svd_trunc ($m, $n) BlockSparseMatrix{$T}" for ((m, n), T) in test_params
104104
a = BlockSparseArray{T}(undef, m, n)
105105

106106
# test blockdiagonal

0 commit comments

Comments
 (0)