Skip to content

Commit

Permalink
Rename test to reference correct issue (encode#5610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P Kilby authored and Pierre Chiquet committed Mar 24, 2020
1 parent dc7a787 commit 366a314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def test_validation_success(self):
assert serializer.errors == {}


class Test2505Regression:
class Test2555Regression:
def test_serializer_context(self):
class NestedSerializer(serializers.Serializer):
def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 366a314

Please sign in to comment.