More space for hound to be happy with

This commit is contained in:
Daniel Schädler 2019-10-26 01:35:46 +02:00
parent b37f510534
commit b8f8ffb411
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
require 'rails_helper'
def test_get_index_with_filter(filter_state)
get :index, params: {state: filter_state, tournament_id: @tournament.to_param}
get :index, params: { state: filter_state, tournament_id: @tournament.to_param }
deserialize_response(response).each do |match|
expect(match[:state]).to eq(filter_state)
end