Commit 6562623c authored by Stan Hu's avatar Stan Hu

Merge branch 'rachelfox-master-patch-18456' into 'master'

fix confidential typo.

See merge request gitlab-org/gitlab!37788
parents 880e8b02 2b008dcf
......@@ -231,7 +231,7 @@ RSpec.describe EpicsFinder do
context 'by confidential' do
let_it_be(:confidential_epic) { create(:epic, :confidential, group: group) }
it 'returns only confdential epics when confidential is true' do
it 'returns only confidential epics when confidential is true' do
params = { confidential: true }
expect(epics(params)).to contain_exactly(confidential_epic)
......
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