Skip to content

Commit

Permalink
remove useless compact()
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 29, 2023
1 parent e7fa000 commit a3b74a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,6 @@ def test_database_misc_methods(client, sys_db, db, bad_db, cluster, secret):
with assert_raises(DatabaseCompactError) as err:
db.compact()

with assert_raises(DatabaseCompactError) as err:
sys_db.compact()

collection = db.create_collection(generate_col_name())
collection.insert({"foo": "bar"})

Expand Down

0 comments on commit a3b74a0

Please sign in to comment.