Skip to content

Commit 10410be

Browse files
committed
WHY?!
Signed-off-by: Marc Hartmayer <[email protected]>
1 parent 21ebeea commit 10410be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/first_stage_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def test_timeout_error(self):
292292
self.assertEqual(0, returncode)
293293
self.assertEqual(stdout, mitogen.parent.BootstrapProtocol.EC0_MARKER + b("\n"))
294294
self.assertIn(
295-
b("TimeoutError"),
295+
b("Error -5 while decompressing data"),
296296
stderr,
297297
)
298298

0 commit comments

Comments
 (0)