Skip to content

Commit f2457b6

Browse files
smoorsboegel
andauthored
drop number
Co-authored-by: Kenneth Hoste <[email protected]>
1 parent 2097b87 commit f2457b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ def test_handle_iterate_opts(self):
11911191
stdout = self.get_stdout()
11921192
self.mock_stdout(False)
11931193
self.assertEqual(eb.iter_idx, 0)
1194-
self.assertEqual(stdout, "== starting iteration number 1/3 ...\n")
1194+
self.assertEqual(stdout, "== starting iteration 1/3 ...\n")
11951195
self.assertEqual(eb.cfg.iterating, True)
11961196
self.assertEqual(eb.cfg.iterate_options, ['configopts'])
11971197
self.assertEqual(eb.cfg['configopts'], "--opt1 --anotheropt")

0 commit comments

Comments
 (0)