aboutsummaryrefslogtreecommitdiff
path: root/tests/mobly/logger_test.py
diff options
context:
space:
mode:
authorwinterfroststrom <winterfroststrom@users.noreply.github.com>2019-07-09 14:37:28 -0700
committerGitHub <noreply@github.com>2019-07-09 14:37:28 -0700
commit01707a17d259a501d6e1a6312f3ca282270fd561 (patch)
tree679a7baacfaa273159508017cff92dee551afe4d /tests/mobly/logger_test.py
parentee0e0d72db020376112d6aa6ef5d5d6d38ef3975 (diff)
downloadmobly-01707a17d259a501d6e1a6312f3ca282270fd561.tar.gz
Fix typos. (#595)
Diffstat (limited to 'tests/mobly/logger_test.py')
-rwxr-xr-xtests/mobly/logger_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mobly/logger_test.py b/tests/mobly/logger_test.py
index f1326f0..2adc08a 100755
--- a/tests/mobly/logger_test.py
+++ b/tests/mobly/logger_test.py
@@ -31,7 +31,7 @@ class LoggerTest(unittest.TestCase):
self.assertTrue(
logger.is_valid_logline_timestamp("06-21 17:44:42.336"))
- def test_is_valid_logline_timestamp_when_wrong_lenght(self):
+ def test_is_valid_logline_timestamp_when_wrong_length(self):
self.assertFalse(
logger.is_valid_logline_timestamp(" 06-21 17:44:42.336"))