Commit c7f013f0 authored by Kamil Trzciński's avatar Kamil Trzciński Committed by Dylan Griffith

Fix `static-analysis` changes

parent 2ccbe4fd
......@@ -314,7 +314,7 @@ describe Ci::Runner do
context 'a different runner' do
let(:other_project) { create(:project) }
let(:other_runner) { create(:ci_runner, :project, projects: [other_project], tag_list: tag_list, run_untagged: run_untagged) }
it 'cannot handle builds' do
expect(other_runner.can_pick?(build)).to be_falsey
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