Commit c66b0f88 by Tom Christie

Merge pull request #1307 from lukaszb/test-class-name-duplicated

Updated test class name to be unique
parents 02ae1682 0e3822d6
......@@ -52,7 +52,7 @@ class ShouldValidateModelSerializer(serializers.ModelSerializer):
fields = ('renamed',)
class TestPreSaveValidationExclusions(TestCase):
class TestPreSaveValidationExclusionsSerializer(TestCase):
def test_renamed_fields_are_model_validated(self):
"""
Ensure fields with 'source' applied do get still get model validation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment