Skip to content

Commit

Permalink
test(nit): Use consistent term
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 15, 2024
1 parent 10d9ad9 commit 60f0901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_clean_fields_existing_transform(self):
obj = collection(parent=source, transform_type="compile-releases")
obj.save()

obj.clean_fields() # no exception
obj.clean_fields() # no error

def test_clean_fields_conditionally_mandatory(self):
source = collection()
Expand Down

0 comments on commit 60f0901

Please sign in to comment.