From ca10fd6dc759ecb72ccd3816bf03663a19784861 Mon Sep 17 00:00:00 2001 From: toppggg <70447358+toppggg@users.noreply.github.com> Date: Wed, 8 Feb 2023 15:26:06 +0100 Subject: [PATCH] Added line 89 assert again --- tests/test_functionality.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_functionality.py b/tests/test_functionality.py index 43b361f..26b5500 100644 --- a/tests/test_functionality.py +++ b/tests/test_functionality.py @@ -86,6 +86,7 @@ class CorrectnessTests(unittest.TestCase): readables = wait(inputs) self.assertIn(pipe_one_reader, readables) + self.assertIn(pipe_two_reader, readables) self.assertEqual(len(readables), 2) for readable in readables: if readable == pipe_one_reader: