Browse Source

Fixes typo

Ask Solem 8 years ago
parent
commit
d92a065584
1 changed files with 1 additions and 1 deletions
  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))