Skip to content

Commit fca3dbd

Browse files
author
Oliver Scott
committed
bug fix
1 parent e414581 commit fca3dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/test_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ def test_init_molecule_name():
1717

1818

1919
def test_graph_subclass():
20-
assert issubclass(ScaffoldGraph, DiGraph)
20+
assert issubclass(ScaffoldGraph, nx.DiGraph)
2121
assert issubclass(ScaffoldGraph, ABC)

0 commit comments

Comments
 (0)