Skip to content

Commit

Permalink
Remove unused test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Jun 22, 2022
1 parent a7ae7f7 commit 4bc90b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bootstrap_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def test_find_matching_version(requested, expected):
("1", "1.5.0"),
("1.0", "1.0.0"),
("1.2", "1.2.2"),
# ("1.100", None),
("2.0.0", "2.0.0"),
("random-branch", "random-branch"),
("1234567890abcdef", "1234567890abcdef"),
Expand Down

0 comments on commit 4bc90b9

Please sign in to comment.