Skip to content

Commit 02d2d61

Browse files
committed
fix: test message
1 parent 840a1a9 commit 02d2d61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_pool.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def test_multiple_ips(self, monkeypatch):
576576
[MAPDL_DEFAULT_PORT, MAPDL_DEFAULT_PORT + 1],
577577
NullContext(),
578578
marks=pytest.mark.xfail(
579-
reason="Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
579+
reason="Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
580580
),
581581
),
582582
pytest.param(
@@ -588,7 +588,7 @@ def test_multiple_ips(self, monkeypatch):
588588
[MAPDL_DEFAULT_PORT, MAPDL_DEFAULT_PORT + 1, MAPDL_DEFAULT_PORT + 2],
589589
NullContext(),
590590
marks=pytest.mark.xfail(
591-
reason="Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
591+
reason="Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
592592
),
593593
),
594594
pytest.param(
@@ -600,7 +600,7 @@ def test_multiple_ips(self, monkeypatch):
600600
[50053, 50053 + 1, 50053 + 2],
601601
NullContext(),
602602
marks=pytest.mark.xfail(
603-
reason="Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
603+
reason="Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
604604
),
605605
),
606606
pytest.param(

0 commit comments

Comments
 (0)