Skip to content

Commit

Permalink
kill mutant
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszreszke authored and mostlyobvious committed Sep 29, 2023
1 parent 1060cac commit e7e542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_event_store/lib/ruby_event_store/projection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RubyEventStore
class Projection
private_class_method :new

def initialize(initial_state = nil, event_type_resolver)
def initialize(initial_state, event_type_resolver)
@handlers = {}
@event_type_resolver = event_type_resolver
@init = -> { initial_state }
Expand Down

0 comments on commit e7e542b

Please sign in to comment.