Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Feb 2, 2024
1 parent fd5d036 commit bdaa71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/semvar_parser_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_000() -> None:
# max_minor=99,
) == ["3.0", "3.1", "3.2", "3.4", "3.5"]

ssert semvar_parser_tools.list_all_majmin_versions(
assert semvar_parser_tools.list_all_majmin_versions(
major=2,
semvar_range=">=3.5.1",
# max_minor=99,
Expand Down

0 comments on commit bdaa71a

Please sign in to comment.