Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpryce committed Oct 24, 2024
1 parent a3c0685 commit 9a904a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_memmap(self):
mode="r+"
)
self.assertTrue((expected == actual).all(), f"{expected == actual}\n{expected}\n{actual}")
vecs_file_copy.unlink()
Path(vecs_file_copy).unlink()


if __name__ == '__main__':
Expand Down

0 comments on commit 9a904a2

Please sign in to comment.