Skip to content

Commit

Permalink
Removed empty setUp() in admindocs tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes authored and timgraham committed Nov 26, 2018
1 parent b8763fc commit 26c2a6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/admin_docs/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,6 @@ class DescriptionLackingField(models.Field):


class TestFieldType(unittest.TestCase):
def setUp(self):
pass

def test_field_name(self):
with self.assertRaises(AttributeError):
views.get_readable_field_data_type("NotAField")
Expand Down

0 comments on commit 26c2a6f

Please sign in to comment.