Skip to content

Commit beadcea

Browse files
typos and some grammar
Co-Authored-By: Matyas Selmeci <[email protected]>
1 parent 36908f4 commit beadcea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osgtest/tests/test_460_stashcache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ def test_08_https_fetch_from_auth_cache(self):
155155
"file://%s"%dest_file],
156156
"Checking xrootd copy from Authenticated cache", user=True)
157157
origin_file = os.path.join(getcfg("OriginRootdir"), getcfg("OriginAuthExport").lstrip("/"), name)
158-
chechskum_match = files.checksum_files_match(origin_file, dest_file)
159-
self.assert_(chechskum_match, 'Cache and download file have same contents')
158+
checksum_match = files.checksum_files_match(origin_file, dest_file)
159+
self.assert_(checksum_match, 'Origin and file downloaded via cache have the same contents')

0 commit comments

Comments
 (0)