Skip to content

Commit e9c1489

Browse files
committed
update tested exports
1 parent eceadd2 commit e9c1489

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/test_exports.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ using Test: @test, @testset
1111
:OneElementVector,
1212
:eachstoredindex,
1313
:isstored,
14-
:oneelementarray,
14+
:oneelement,
1515
:storedlength,
1616
:storedpairs,
1717
:storedvalues,
18+
:spzeros,
19+
:sprand,
20+
:sprand!,
1821
]
1922
@test issetequal(names(SparseArraysBase), exports)
2023
end

0 commit comments

Comments
 (0)