Commit a7f6b75e authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix a missed rename

parent 9436a444
......@@ -43,9 +43,9 @@ describe Gitlab::IncomingEmail, lib: true do
end
end
context 'self.key_from_fallback_reply_message_id' do
context 'self.key_from_fallback_reply_mail_id' do
it 'returns reply key' do
expect(described_class.key_from_fallback_reply_message_id('reply-key@localhost')).to eq('key')
expect(described_class.key_from_fallback_reply_mail_id('reply-key@localhost')).to eq('key')
end
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