Skip to content

Commit 99d373c

Browse files
committed
Edits.
1 parent 62eac09 commit 99d373c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/queries_/test_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _wait_for_assertion(timeout: float = 120, interval: float = 0.5) -> None:
4040
"""
4141

4242
@staticmethod
43-
def _inner_wait_loop(predicate: Callable):
43+
def inner_wait_loop(predicate: Callable):
4444
"""
4545
Waits until the given predicate stops raising AssertionError or DatabaseError.
4646
@@ -63,7 +63,7 @@ def _inner_wait_loop(predicate: Callable):
6363
else:
6464
break
6565

66-
return _inner_wait_loop
66+
return inner_wait_loop
6767

6868

6969
@skipUnlessDBFeature("supports_atlas_search")

0 commit comments

Comments
 (0)