Skip to content

Commit f842394

Browse files
committed
a working test.
1 parent c26e2df commit f842394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from suitesparse.graphblas import lib, ffi
22

33
def test_matrix_existence():
4-
assert hasattr(lib, "GrB_Matrix")
4+
assert hasattr(lib, "GrB_Matrix_new")

0 commit comments

Comments
 (0)