File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3028,7 +3028,7 @@ def test_check_sha256_checksums(self):
30283028
30293029 res = check_sha256_checksums (ecs )
30303030 self .assertTrue (res )
3031- self .assertTrue (res [- 1 ].startswith ("Non-SHA256 checksum found for toy-0.0.tar.gz" ))
3031+ self .assertTrue (res [- 1 ].startswith ("Non-SHA256 checksum(s) found for toy-0.0.tar.gz" ))
30323032
30333033 # re-test with right checksum in place
30343034 toy_sha256 = '44332000aa33b99ad1e00cbd1a7da769220d74647060a10e807b916d73ea27bc'
@@ -3052,7 +3052,7 @@ def test_check_sha256_checksums(self):
30523052 res = check_sha256_checksums (ecs )
30533053 self .assertTrue (res )
30543054 # multiple checksums listed for source tarball, while exactly one (SHA256) checksum is expected
3055- self .assertTrue (res [1 ].startswith ("Non-SHA256 checksum found for toy-0.0.tar.gz: " ))
3055+ self .assertTrue (res [1 ].startswith ("Non-SHA256 checksum(s) found for toy-0.0.tar.gz: " ))
30563056
30573057 def test_deprecated (self ):
30583058 """Test use of 'deprecated' easyconfig parameter."""
You can’t perform that action at this time.
0 commit comments