We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f388bd9 commit ca1b12dCopy full SHA for ca1b12d
test/framework/filetools.py
@@ -2693,7 +2693,7 @@ def test_index_functions(self):
2693
regex = re.compile(r"^== found valid index for %s, so using it\.\.\.$" % ecs_dir)
2694
self.assertTrue(regex.match(stdout.strip()), "Pattern '%s' matches with: %s" % (regex.pattern, stdout))
2695
2696
- self.assertEqual(len(index), 25)
+ self.assertEqual(len(index), 26)
2697
for fn in expected:
2698
self.assertIn(fn, index)
2699
0 commit comments