Skip to content

Commit 708005a

Browse files
committed
test(query): fix missing assertion
1 parent 01836ef commit 708005a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ def test_matched(): # type: () -> None
377377
def test_does_not_match_query(): # type: () -> None
378378
q = Query(GameScore).greater_than("score", -1)
379379
result = Query(GameScore).does_not_match_query("playerName", q).find()
380+
assert len(result) == 10
380381

381382

382383
@with_setup(make_setup_func(), match_key_setup)

0 commit comments

Comments
 (0)