Skip to content

Commit 5f79807

Browse files
committed
fix test_github_download_repo by using more foss easyconfig
1 parent 75c95e7 commit 5f79807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def test_github_download_repo(self):
606606
self.assertExists(repodir)
607607
shafile = os.path.join(repodir, 'latest-sha')
608608
self.assertTrue(re.match('^[0-9a-f]{40}$', read_file(shafile)))
609-
self.assertExists(os.path.join(repodir, 'easybuild', 'easyconfigs', 'f', 'foss', 'foss-2019b.eb'))
609+
self.assertExists(os.path.join(repodir, 'easybuild', 'easyconfigs', 'f', 'foss', 'foss-2024a.eb'))
610610

611611
# current directory should not have changed after calling download_repo
612612
self.assertTrue(os.path.samefile(cwd, os.getcwd()))

0 commit comments

Comments
 (0)