Skip to content

Commit e7e542b

Browse files
lukaszreszkemostlyobvious
authored andcommitted
kill mutant
1 parent 1060cac commit e7e542b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_event_store/lib/ruby_event_store/projection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RubyEventStore
44
class Projection
55
private_class_method :new
66

7-
def initialize(initial_state = nil, event_type_resolver)
7+
def initialize(initial_state, event_type_resolver)
88
@handlers = {}
99
@event_type_resolver = event_type_resolver
1010
@init = -> { initial_state }

0 commit comments

Comments
 (0)