浏览代码

fixes typo

Ask Solem 11 年之前
父节点
当前提交
2ee8c946f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/tests/utils/test_datastructures.py

+ 1 - 1
celery/tests/utils/test_datastructures.py

@@ -169,7 +169,7 @@ class test_ExceptionInfo(Case):
 
 class test_LimitedSet(Case):
 
-    def setup(self):
+    def setUp(self):
         if sys.platform == 'win32':
             raise SkipTest('Not working in Windows')