Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Feb 3, 2019
1 parent 4a35ea1 commit e988313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misago/threads/tests/test_thread_bulkpatch_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_too_large_input(self):
self.assertEqual(
response.json(),
{
"ids": ["Ensure this field has no more than 40 elements."],
"ids": ["Ensure this field has no more than 25 elements."],
"ops": ["Ensure this field has no more than 10 elements."],
},
)
Expand Down

0 comments on commit e988313

Please sign in to comment.