소스 검색

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')