Skip to content

Commit

Permalink
Update tests/unit/test_snap.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Meyer <[email protected]>
  • Loading branch information
benhoyt and tonyandrewmeyer authored May 24, 2024
1 parent 471e1f1 commit 822ea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_snap.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def test_revision_doesnt_refresh(self, mock_check_output):
)

mock_check_output.reset_mock()
# ensure that calling refresh with the same revision doesn't subprocess out
# Ensure that calling refresh with the same revision doesn't subprocess out.
snap.ensure("curl", "latest", classic=True, revision="233", cohort="+")
mock_check_output.assert_not_called()

Expand Down

0 comments on commit 822ea49

Please sign in to comment.