Remove the duplicated word

Change-Id: Ib5fa0d39c0c19e168937b785f97e3c88c95d49cd
This commit is contained in:
melissaml 2018-08-22 12:07:34 +08:00
parent 7f6e4b3ac1
commit a8bcc17b10
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class TestExecutors(testscenarios.TestWithScenarios, base.TestCase):
self.assertEqual(3, self.executor.statistics.executed) self.assertEqual(3, self.executor.statistics.executed)
self.assertEqual(1, self.executor.statistics.failures) self.assertEqual(1, self.executor.statistics.failures)
self.assertGreaterEqual(self.executor.statistics.runtime, self.assertGreaterEqual(self.executor.statistics.runtime,
# It appears that the the thread run loop # It appears that the thread run loop
# may call this before 0.2 seconds (or 0.2 # may call this before 0.2 seconds (or 0.2
# will not be represented as a float correctly) # will not be represented as a float correctly)
# is really up so accommodate for that # is really up so accommodate for that