Skip to content

Commit

Permalink
Fix extras test
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Dec 30, 2022
1 parent b7f0ab4 commit 8e65270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coconut/tests/src/extras.coco
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def test_setup_none() -> bool:

assert consume(range(10), keep_last=1)[0] == 9 == coc_consume(range(10), keep_last=1)[0]
assert version() == version("num")
assert version("name")
assert version("spec")
assert version("tag")
assert version("-v")
Expand Down

0 comments on commit 8e65270

Please sign in to comment.