Skip to content

Commit

Permalink
Fix broken dumps test
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Jun 28, 2022
1 parent 586682e commit dd51951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/test/test_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_import_db_dump(self):
self.assertGreater(id2, id1)

def test_dump_lowlevel_json(self):
path = dump.dump_lowlevel_json(self.temp_dir, full=True)
path = dump.dump_lowlevel_json(self.temp_dir)
for f in os.listdir(path):
self.assertTrue(os.path.isfile(os.path.join(path, f)))

Expand Down

0 comments on commit dd51951

Please sign in to comment.