Skip to content

Commit

Permalink
Fix hash alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed May 28, 2024
1 parent c350406 commit b175f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/controllers/api/v1/aggregations_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
let(:mock_agg) { instance_double(AggregationClient) }

let(:create_params) do
{ aggregations:
{
aggregations:
{
links: {
user: authorized_user.id.to_s,
Expand Down

0 comments on commit b175f36

Please sign in to comment.