Commit 270b5867 authored by Shinya Maeda's avatar Shinya Maeda

Fix static analysys for build_trace_chunk_spec.rb:8

parent b4e239df
......@@ -5,7 +5,7 @@ describe Ci::BuildTraceChunk, :clean_gitlab_redis_shared_state do
let(:chunk_index) { 0 }
let(:data_store) { :redis }
let(:raw_data) { nil }
let(:build_trace_chunk) do
described_class.new(build: build, chunk_index: chunk_index, data_store: data_store, raw_data: raw_data)
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