Skip to content

Commit f0a86f0

Browse files
Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 0e08bf6 commit f0a86f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

key-value/key-value-sync/tests/code_gen/stores/mongodb/test_mongodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_not_unbounded(self, store: BaseStore): ...
121121

122122
@override
123123
def test_long_collection_name(self, store: MongoDBStore, sanitizing_store: MongoDBStore): # pyright: ignore[reportIncompatibleMethodOverride]
124-
"Tests that a long collection name will not raise an error."
124+
"""Tests that a long collection name will not raise an error."""
125125
with pytest.raises(Exception): # noqa: B017, PT011
126126
store.put(collection="test_collection" * 100, key="test_key", value={"test": "test"})
127127

0 commit comments

Comments
 (0)