Actions
Patch #33100
closedFix a test - Issue watchers are not always sorted by id
Description
Hello
Could you please apply this tiny patch?
Currently, when running issues_controller tests, returned issue-watchers are not always sorted by id, which may break the tests.
line 5245 in class IssuesControllerTest
- assert_equal [3, 10], issue.watcher_user_ids
+ assert_equal [3, 10], issue.watcher_user_ids.sort
Thank you for your work
Vincent
Files
Related issues
Actions