Skip to content

Commit

Permalink
Adapt failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 23, 2022
1 parent 7612569 commit 8520de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_local_columns_flag(simple_script: PipTestEnvironment) -> None:
assert "Package" in result.stdout
assert "Version" in result.stdout
assert "simple (1.0)" not in result.stdout
assert "simple 1.0" in result.stdout, str(result)
assert "simple 1.0" in result.stdout, str(result)


def test_multiple_exclude_and_normalization(
Expand Down

0 comments on commit 8520de7

Please sign in to comment.