diff --git a/tests/unit/state/test_queue_adapter.py b/tests/unit/state/test_queue_adapter.py index f071fc196..f5251763d 100644 --- a/tests/unit/state/test_queue_adapter.py +++ b/tests/unit/state/test_queue_adapter.py @@ -57,7 +57,7 @@ def tearDownClass(cls) -> None: def test_construction(self): self.assertEqual( - 2, + 3, len(queue_adapters._adapters), msg="The zeroth resource does not have yaml files and should not produce a queue", )