mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Fix typos
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
79a02f73ca
commit
d256580c4e
5 changed files with 8 additions and 9 deletions
|
@ -30,7 +30,7 @@ class MetaTest(type):
|
|||
# Name of function must start with test_ to be ran by unittest
|
||||
func.__name__ = "test_{0}".format(i)
|
||||
|
||||
# Attach the new test to the testclass
|
||||
# Attach the new test to the test class
|
||||
dct[func.__name__] = func
|
||||
|
||||
return super(MetaTest, meta).__new__(meta, classname, bases, dct)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue