Commit 0aa47788 authored by James Lopez's avatar James Lopez

fix small typo

parent cb353d65
......@@ -4,7 +4,7 @@ describe Gitlab::CycleAnalytics::BuildUpdater do
let(:build) { create(:ci_build) }
let(:events) { [{ 'id' => build.id }] }
it 'maps the correct user' do
it 'maps the correct build' do
described_class.update!(events)
expect(events.first['build']).to eq(build)
......
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