Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Mar 27, 2024
1 parent f6440bd commit 25e1843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/policies/aggregation_policy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
let(:api_user) { ApiUser.new(anonymous_user) }

it 'returns nothing' do
expect(resolved_scope).to match_array([])
expect(resolved_scope).to be_empty
end
end

Expand Down

0 comments on commit 25e1843

Please sign in to comment.