Skip to content

Commit

Permalink
Fix test verbage expectation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 26, 2024
1 parent a1f0aad commit 992c544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resolve/test_resolver_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_build_configuration_invalid_no_wheels_only_wheel(parser):
BuildConfiguration.Error,
match=re.escape(
"Resolving wheels was disallowed, but the following project names are configured to "
"only allow resolving pre-built wheels for: ansicolors, cowsay"
"only allow resolving pre-built wheels: ansicolors, cowsay"
),
):
compute_build_configuration(
Expand Down

0 comments on commit 992c544

Please sign in to comment.