This commit is contained in:
shortcutme 2017-06-13 14:13:09 +02:00
parent ae21f056d5
commit aa402ebaf3
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -77,7 +77,7 @@ class TestNoparallel:
assert obj1.counted == 15 # Calls should be executed sequentially assert obj1.counted == 15 # Calls should be executed sequentially
def testIngoreClass(self): def testIgnoreClass(self):
obj1 = ExampleClass() obj1 = ExampleClass()
obj2 = ExampleClass() obj2 = ExampleClass()