summaryrefslogtreecommitdiff
path: root/tests/model_fields
diff options
context:
space:
mode:
Diffstat (limited to 'tests/model_fields')
-rw-r--r--tests/model_fields/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/model_fields/models.py b/tests/model_fields/models.py
index 89ea77b7ae..62d23a587a 100644
--- a/tests/model_fields/models.py
+++ b/tests/model_fields/models.py
@@ -33,12 +33,12 @@ class Whiz(models.Model):
('Group 1', (
(1, 'First'),
(2, 'Second'),
- )
+ )
),
('Group 2', (
(3, 'Third'),
(4, 'Fourth'),
- )
+ )
),
(0, 'Other'),
)