Skip to content

Commit 3cb33f6

Browse files
committed
test(collection): add another non-existent test
1 parent b02f552 commit 3cb33f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/collections_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,6 @@ def test_actual_contains(
305305
assert "companies" in actual_collections
306306

307307
# Test for non-existing collection
308-
assert "non_existent_collection" not in actual_collections
308+
assert "non_existent_collection" not in actual_collections
309+
# Test again
310+
assert "non_existent_collection" not in actual_collections

0 commit comments

Comments
 (0)