Skip to content

Commit

Permalink
Fix failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Dec 9, 2019
1 parent aea2fa0 commit bc9478e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/serializers/event_participation_serializer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

describe EventParticipationSerializer do
let(:controller) { double().as_null_object }
let(:participation) { event_participations(:top) }
let(:participation) { event_participations(:top_leader) }
let(:serializer) { EventParticipationSerializer.new(participation, controller) }

let(:hash) { serializer.to_hash.with_indifferent_access }
Expand Down

0 comments on commit bc9478e

Please sign in to comment.