Fix broken test
This commit is contained in:
parent
3d91627253
commit
494168597e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def test_empty_creation():
|
||||||
{"a": 0, "b": 1, "c": 2},
|
{"a": 0, "b": 1, "c": 2},
|
||||||
))
|
))
|
||||||
def test_creation(items: PairedQueueInitializer):
|
def test_creation(items: PairedQueueInitializer):
|
||||||
queue = PairedQueue()
|
queue = PairedQueue(items)
|
||||||
assert len(queue) == len(items)
|
assert len(queue) == len(items)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue