Skip to content

Commit 52f0a7a

Browse files
committed
Fix tests
1 parent 203e918 commit 52f0a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ngtpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def new_index(path, dimension):
77
path_str = str(path)
8-
index = ngtpy.create(path_str, dimension)
8+
ngtpy.create(path_str, dimension)
99
return ngtpy.Index(path_str)
1010

1111

0 commit comments

Comments
 (0)