Skip to content

Commit 45ad228

Browse files
committed
Remove some stray code
1 parent c01db56 commit 45ad228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ def test_fetch_patches(self):
16851685
self.assertEqual(eb.patches[1]['level'], 4)
16861686
self.assertEqual(eb.patches[2]['name'], toy_patch)
16871687
self.assertEqual(eb.patches[2]['sourcepath'], 'foobar')
1688-
self.assertEqual(eb.patches[3]['name'], 'toy-0.0.tar.gz'),
1688+
self.assertEqual(eb.patches[3]['name'], 'toy-0.0.tar.gz')
16891689
self.assertEqual(eb.patches[3]['copy'], 'some/path')
16901690
self.assertEqual(eb.patches[4]['name'], toy_patch)
16911691
self.assertEqual(eb.patches[4]['level'], 0)

test/framework/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4522,7 +4522,7 @@ def test_github_new_update_pr(self):
45224522
res = [d for d in res if os.path.basename(d) != os.path.basename(git_working_dir)]
45234523
if len(res) == 1:
45244524
unstaged_file_full = os.path.join(res[0], unstaged_file)
4525-
self.assertNotExists(unstaged_file_full), "%s not found in %s" % (unstaged_file, res[0])
4525+
self.assertNotExists(unstaged_file_full)
45264526
else:
45274527
self.fail("Found copy of easybuild-easyconfigs working copy")
45284528

0 commit comments

Comments
 (0)