Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
d92a065584
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))