Skip to content

Commit b24b2fd

Browse files
committed
better error log
Signed-off-by: Yi Zhang <[email protected]>
1 parent f53c484 commit b24b2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ def skip_by_mpi_world_size(request):
18281828
'skip_less_mpi_world_size').args[0]
18291829
if expected_count > int(total_count):
18301830
pytest.skip(
1831-
f'Total count {total_count} is less than {expected_count}')
1831+
f'Total world size {total_count} is less than {expected_count}')
18321832

18331833

18341834
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)