summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/helpers/queries_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/queries_helper_test.rb b/test/unit/helpers/queries_helper_test.rb
index 0276cb1a9..74c4c29f3 100644
--- a/test/unit/helpers/queries_helper_test.rb
+++ b/test/unit/helpers/queries_helper_test.rb
@@ -63,7 +63,7 @@ class QueriesHelperTest < ActionView::TestCase
with_locale 'en' do
options = filters_options_for_select(IssueQuery.new)
assert_select_in options, 'optgroup[label=?]', 'Related issues', 1
- assert_select_in options, 'optgroup[label=?] > option', 'Related issues', 9
+ assert_select_in options, 'optgroup[label=?] > option', 'Related issues', 11
assert_select_in options, 'optgroup > option[value=relates]', :text => 'Related to'
end
end