Python: Fixes the secondary test on Windows

pull/440/head
Tpt 2 years ago committed by Thomas Tanon
parent 5852d0b4df
commit 9c32f07e87
  1. 2
      python/tests/test_store.py

@ -367,6 +367,8 @@ class TestStore(unittest.TestCase):
store.remove(quad) store.remove(quad)
store.flush() store.flush()
self.assertEqual(list(secondary_store), []) self.assertEqual(list(secondary_store), [])
del secondary_store
del store
if __name__ == "__main__": if __name__ == "__main__":

Loading…
Cancel
Save