Skip to content

Commit f95bb48

Browse files
authored
Merge pull request #25 from ccnmtl/nikolas-patch-2
fix typo in comment
2 parents bc96323 + 47f0392 commit f95bb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def __init__(self):
113113
TestForLogging().run()
114114

115115
# After this, both fail and error message should be logged
116-
# (should be in _looged_msgs array).
116+
# (should be in _logged_msgs array).
117117
self.assertEqual(2, len(_logged_msgs))
118118
# As stated in TestWithException, the fake test will be the first for
119119
# sure.

0 commit comments

Comments
 (0)