Skip to content

Commit 36908f4

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

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
@@ -120,8 +120,8 @@ def test_06_xrootd_fetch_from_origin_auth(self):
120120
dest_file],
121121
"Checking xrootd copy from authenticated origin", user=True)
122122
origin_file = os.path.join(getcfg("OriginRootdir"), getcfg("OriginAuthExport").lstrip("/"), name)
123-
chechskum_match = files.checksum_files_match(origin_file, dest_file)
124-
self.assert_(chechskum_match, 'Origin and download file have same contents')
123+
checksum_match = files.checksum_files_match(origin_file, dest_file)
124+
self.assert_(checksum_match, 'Origin and directly downloaded file have the same contents')
125125

126126
def test_07_xrootd_fetch_from_auth_cache(self):
127127
core.skip_ok_unless_installed('globus-proxy-utils', by_dependency=True)

0 commit comments

Comments
 (0)