Skip to content

Commit ca1b12d

Browse files
committed
Last tweak
1 parent f388bd9 commit ca1b12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/filetools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@ def test_index_functions(self):
26932693
regex = re.compile(r"^== found valid index for %s, so using it\.\.\.$" % ecs_dir)
26942694
self.assertTrue(regex.match(stdout.strip()), "Pattern '%s' matches with: %s" % (regex.pattern, stdout))
26952695

2696-
self.assertEqual(len(index), 25)
2696+
self.assertEqual(len(index), 26)
26972697
for fn in expected:
26982698
self.assertIn(fn, index)
26992699

0 commit comments

Comments
 (0)