Skip to content

Commit

Permalink
DH-4747/update the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza committed Sep 28, 2023
1 parent 3670de2 commit d0fd8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataherald/tests/db/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def update_or_create(self, collection: str, query: dict, obj: dict) -> int:
return self.insert_one(collection, obj)

@override
def find_all(self, collection: str) -> list:
def find_all(self, collection: str, page: int = 0, limit: int = 0) -> list:
return self.memory[collection]

@override
Expand Down

0 comments on commit d0fd8dd

Please sign in to comment.