Skip to content

Commit

Permalink
test: update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
tcitry committed Dec 25, 2021
1 parent d8ec0fc commit b7f56a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def setUpTestData(cls):
obj.text = cls.TEXT
obj.integer = cls.INTEGER
obj.email = cls.EMAIL
obj.url = cls.URL
obj.save()

def setUp(self):
Expand Down

0 comments on commit b7f56a0

Please sign in to comment.