Commit 8de491a6 authored by Yorick Peterse's avatar Yorick Peterse

Fix Rubocop styling in AR subscriber specs

parent 2ee8f555
......@@ -6,7 +6,7 @@ describe Gitlab::Metrics::Subscribers::ActiveRecord do
let(:event) do
double(:event, duration: 0.2,
payload: { sql: 'SELECT * FROM users WHERE id = 10' })
payload: { sql: 'SELECT * FROM users WHERE id = 10' })
end
describe '#sql' do
......
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