Commit 681bd8b8 authored by orozot's avatar orozot

Fix comment to present tense

parent da6bcab3
......@@ -724,7 +724,7 @@ class User < ApplicationRecord
)
end
# This method will be overridden in JiHu.
# This method is overridden in JiHu.
# https://gitlab.com/gitlab-org/gitlab/-/issues/348509
def user_search_minimum_char_limit
true
......
......@@ -2540,7 +2540,7 @@ RSpec.describe User do
describe '.user_search_minimum_char_limit' do
it 'returns true' do
expect(described_class.user_search_minimum_char_limit).to be true
expect(described_class.user_search_minimum_char_limit).to be(true)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment