Skip to content

Commit

Permalink
Update tests/test_tasks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Fleet <[email protected]>
  • Loading branch information
henryiii and FollowTheProcess committed Dec 27, 2021
1 parent 1ef883f commit 2eba25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def test_filter_manifest_pythons_not_found(caplog):
)
return_value = tasks.filter_manifest(manifest, config)
assert return_value == 3
assert "Python version selection caused no sessions to selected." in caplog.text
assert "Python version selection caused no sessions to be selected." in caplog.text


def test_filter_manifest_keywords():
Expand Down

0 comments on commit 2eba25f

Please sign in to comment.