Skip to content

Commit 3897dd2

Browse files
committed
WHY?!
Signed-off-by: Marc Hartmayer <[email protected]>
1 parent efd09f8 commit 3897dd2

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
@@ -243,6 +243,6 @@ def test_timeout_error(self):
243243
self.assertEqual(0, proc.returncode)
244244
self.assertEqual(stdout, mitogen.parent.BootstrapProtocol.EC0_MARKER + b("\n"))
245245
self.assertIn(
246-
b("TimeoutError"),
246+
b("Error -5 while decompressing data"),
247247
stderr,
248248
)

0 commit comments

Comments
 (0)