summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 3360094b..9f12e77e 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -584,7 +584,7 @@ class MultiprocessingTest(CoverageTest):
""")
out = self.run_command("coverage run multi.py")
assert "Exception during multiprocessing bootstrap init" in out
- assert "Exception: Crashing because called by _bootstrap" in out
+ assert "RuntimeError: Crashing because called by _bootstrap" in out
def test_bug_890(self) -> None:
# chdir in multiprocessing shouldn't keep us from finding the