Skip to content

Commit

Permalink
Update test_mongolike.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Jun 14, 2023
1 parent 55ba0e4 commit 7190fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stores/test_mongolike.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def test_monty_store_connect(tmp_dir):
assert montystore._coll is None
montystore.connect()
assert montystore._collection is not None
asswer montystore.name is not None
assert montystore.name is not None


def test_monty_store_groupby(montystore):
Expand Down

0 comments on commit 7190fdd

Please sign in to comment.