Skip to content

Commit d6302bf

Browse files
committed
Fix str test.
1 parent 537dda0 commit d6302bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/atlas_search_/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def test_str_returns_expected_format(self):
413413
se = SearchQueryString(path="body", query="space AND body:exoplanets", score=score)
414414
self.assertEqual(
415415
str(se),
416-
f"SearchQueryString(path='body', query='space AND body:exoplanets, score={score})>",
416+
f"<SearchQueryString(path='body', query='space AND body:exoplanets', score={score})>",
417417
)
418418

419419

0 commit comments

Comments
 (0)