Skip to content

Commit

Permalink
Update tests/test_metadata.py
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Cannon <brett@python.org>
  • Loading branch information
ewdurbin and brettcannon authored Sep 13, 2024
1 parent b8f69ea commit 2150d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def test_valid_license_expression(self, license_expression, expected):
"(mit",
"mit)",
"mit or or apache-2.0",
"mit or apache-2.0 (bsd-3-clause and MPL-2.0)",
"mit or apache-2.0 (bsd-3-clause and MPL-2.0)", # Missing an operator before `(`.
],
)
def test_invalid_license_expression(self, license_expression):
Expand Down

0 comments on commit 2150d44

Please sign in to comment.