File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ def wrapper(msg: str) -> str | None:
346346
347347 if msg is None :
348348 msg = (
349- "Expected function '{}' to evaluate to True " " when reading emulator property '{}'."
349+ "Expected function '{}' to evaluate to True when reading emulator property '{}'."
350350 ).format (func .__name__ , emulator_property )
351351
352352 err = self ._wait_for_emulator_lambda (partial (wrapper , msg ), timeout )
@@ -400,8 +400,7 @@ def wrapper(msg: str) -> str | None:
400400
401401 if msg is None :
402402 msg = (
403- "Expected function '{}' to evaluate to False "
404- "when reading emulator property '{}'."
403+ "Expected function '{}' to evaluate to False when reading emulator property '{}'."
405404 ).format (func .__name__ , emulator_property )
406405
407406 err = self ._wait_for_emulator_lambda (partial (wrapper , msg ), timeout )
You can’t perform that action at this time.
0 commit comments