Skip to content

Commit

Permalink
Merge pull request #554 from felixxm/sequence-equal
Browse files Browse the repository at this point in the history
Fixed tests.myapp.tests.AdminBatch.test_changelist.
  • Loading branch information
craigds committed Apr 1, 2017
2 parents f7650c6 + 2efd667 commit d2f180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/myapp/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ def test_changelist(self):
10)

mptt_opts = Category._mptt_meta
self.assertEqual(
self.assertSequenceEqual(
response.context['cl'].result_list.query.order_by[:2],
[mptt_opts.tree_id_attr, mptt_opts.left_attr])

Expand Down

0 comments on commit d2f180d

Please sign in to comment.