Skip to content

Commit

Permalink
Fixed #30358 -- Removed redundant assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaiders committed Apr 13, 2019
1 parent 571ab44 commit f80a775
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/forms_tests/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def test_error_dict_copy(self):

e_deepcopy = copy.deepcopy(e)
self.assertEqual(e, e_deepcopy)
self.assertEqual(e.as_data(), e_copy.as_data())

def test_error_dict_html_safe(self):
e = ErrorDict()
Expand Down

0 comments on commit f80a775

Please sign in to comment.