Commit fdfa6f1e authored by Yauhen Kotau's avatar Yauhen Kotau

Fix failed test

parent 04daa0b9
......@@ -35,7 +35,7 @@ describe YoutrackService do
it_behaves_like 'allows project key on reference pattern'
it 'does allow project prefix on the reference' do
expect(described_class.reference_pattern.match('YT-123')[:issue]).to eq('YK-123')
expect(described_class.reference_pattern.match('YT-123')[:issue]).to eq('YT-123')
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