Skip to content

Commit d83a100

Browse files
committed
PYTHON-4834 repr for SearchIndexModel, IndexModel
- fix tests
1 parent a0bb143 commit d83a100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class TestSearchIndexModel(TestOperationsBase):
6969
"""Test SearchIndexModel features."""
7070

7171
def test_repr(self):
72-
self.assertRepr(SearchIndexModel("hello", key=1))
72+
self.assertRepr(SearchIndexModel({"hello": "hello"}, key=1))
7373

7474

7575
if __name__ == "__main__":

0 commit comments

Comments
 (0)