Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 30, 2024
1 parent 0bd252c commit 9367a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/tests/model_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def assert_raises_validation_error(self, code: str, *args, **kwargs):
context = self.assertRaises(ValidationError, *args, **kwargs)

class ContextWrapper:
"""Wrap context to assert code exit."""
"""Wrap context to assert code on exit."""

def __init__(self, context):
self.context = context
Expand Down

0 comments on commit 9367a67

Please sign in to comment.