Skip to content

Commit 7528d67

Browse files
committed
FIx tests
1 parent db95fee commit 7528d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_bandedblockbanded.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Test
99

1010
import BlockBandedMatrices: _BandedBlockBandedMatrix, blockcolsupport,
1111
blockrowsupport, colsupport, rowsupport,
12-
isbandedblockbanded, bandeddata, BandedBlockBandedColumns
12+
isbandedblockbanded, isbanded, bandeddata, BandedBlockBandedColumns
1313
import ArrayLayouts: RangeCumsum
1414

1515
@testset "BandedBlockBandedMatrix" begin

0 commit comments

Comments
 (0)