diff --git a/src/Test/TestNoparallel.py b/src/Test/TestNoparallel.py index 27528dae..596c6b23 100644 --- a/src/Test/TestNoparallel.py +++ b/src/Test/TestNoparallel.py @@ -77,7 +77,7 @@ class TestNoparallel: assert obj1.counted == 15 # Calls should be executed sequentially - def testIngoreClass(self): + def testIgnoreClass(self): obj1 = ExampleClass() obj2 = ExampleClass()