Skip to content

Commit 114094d

Browse files
author
NullConvergence
committed
Updated tests
1 parent 49aa4fe commit 114094d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_db_init.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ def test_indices(self):
3333

3434
schm = Schema(test_driller.graph)
3535

36+
index_authors = schm.get_indexes("Developer")
37+
assert len(index_authors) == 1
38+
3639
index_branch = schm.get_indexes("Branch")
3740
assert len(index_branch) == 2
3841

0 commit comments

Comments
 (0)