Fix incorrect tests
This commit is contained in:
parent
38a544db76
commit
608ff1a3d5
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ def test_empty_creation():
|
|||
{"a": 0, "b": 1, "c": 2},
|
||||
))
|
||||
def test_creation(items: IndexedQueueInitializer):
|
||||
queue = IndexedQueue()
|
||||
queue = IndexedQueue(items)
|
||||
assert len(queue) == len(items)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue