Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebrissow committed Oct 18, 2024
1 parent fb79c8b commit 970a86c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def sscan(self, name, cursor=0, match=None, count=None):

return (new_cursor, elements[start:end])


@pytest.fixture()
def redis_mongo_db():
mongo_db = mongomock.MongoClient().db
Expand Down

0 comments on commit 970a86c

Please sign in to comment.