From 822ea49f6e00493ac6798e3a14c5ca38ee2161c2 Mon Sep 17 00:00:00 2001 From: Ben Hoyt Date: Fri, 24 May 2024 05:15:42 +0100 Subject: [PATCH] Update tests/unit/test_snap.py Co-authored-by: Tony Meyer --- tests/unit/test_snap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_snap.py b/tests/unit/test_snap.py index ef5a6f03..94875a1c 100644 --- a/tests/unit/test_snap.py +++ b/tests/unit/test_snap.py @@ -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()