Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
The exception is expected, not excepted. Well, I guess it is also
excepted, because it's an exception, but you get what I mean.
  • Loading branch information
unflxw committed Jun 15, 2023
1 parent cc35fc5 commit d906f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def run(self):
assert "Task class is failing" in span.status.description


def test_class_task_exception_excepted(celery_app, memory_exporter):
def test_class_task_exception_expected(celery_app, memory_exporter):
class BaseTask(celery_app.Task):
throws = (MyException,)

Expand Down

0 comments on commit d906f63

Please sign in to comment.