From 60f0901dc541cea43b1622ed93ceece57b7262d7 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:52:52 -0400 Subject: [PATCH] test(nit): Use consistent term --- tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index 7f46909e..89064e39 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -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()