Skip to content

Commit

Permalink
Update test_queue_adapter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jul 20, 2024
1 parent c688a1d commit 8fc0e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/state/test_queue_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down

0 comments on commit 8fc0e62

Please sign in to comment.