Skip to content

Commit 6b77318

Browse files
committed
round 2
1 parent e2f4b20 commit 6b77318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/playwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def __call__(self, message: str) -> bool:
326326
self.logger.info(
327327
"Current startup progress [expected number of node-progress-types=%d]: %s",
328328
len(NodeProgressType.required_types_for_started_service()),
329-
f"{json.dumps({k: round(v, 1) for k, v in self._current_progress.items()})}",
329+
f"{json.dumps({k: round(v, 2) for k, v in self._current_progress.items()})}",
330330
)
331331

332332
return self.got_expected_node_progress_types() and all(

0 commit comments

Comments
 (0)