浏览代码

Fixes typo

Ask Solem 8 年之前
父节点
当前提交
d92a065584
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/tests/app/test_beat.py

+ 1 - 1
celery/tests/app/test_beat.py

@@ -79,7 +79,7 @@ class test_ScheduleEntry(AppCase):
 
     def test_repr(self):
         entry = self.create_entry()
-        self.assertIn('<Entry:', repr(entry))
+        self.assertIn('<ScheduleEntry:', repr(entry))
 
     def test_reduce(self):
         entry = self.create_entry(schedule=timedelta(seconds=10))