Skip to content

Commit 5a31b81

Browse files
committed
f8
1 parent 1b33737 commit 5a31b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4166,7 +4166,7 @@ def test_fix_deprecated_easyconfigs(self):
41664166
]
41674167
for idx, pattern in enumerate(patterns):
41684168
self.assertTrue(re.match(pattern, stdout[idx]), "Pattern '%s' matches '%s'" % (pattern, stdout[idx]))
4169-
4169+
41704170
# cleanup
41714171
remove_file(glob.glob(os.path.join(test_ec + '.orig*'))[0])
41724172

0 commit comments

Comments
 (0)