Skip to content

Commit

Permalink
Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.tes…
Browse files Browse the repository at this point in the history
…t_error_dict_copy().
  • Loading branch information
Vaiders authored and felixxm committed Apr 13, 2019
1 parent 3e8b733 commit 79d3b90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ answer newbie questions, and generally made Django that much better:
knox <[email protected]>
[email protected]
Kowito Charoenratchatabhan <[email protected]>
Krišjānis Vaiders <[email protected]>
[email protected]
Krzysztof Jurewicz <[email protected]>
Krzysztof Kulewski <[email protected]>
Expand Down
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 79d3b90

Please sign in to comment.