@@ -60,12 +60,12 @@ |
||
60 | 60 | ->array($event->toArray()) |
61 | 61 | ->string['eventType'] |
62 | 62 | ->isEqualTo(IncrementCounterEvent::class) |
63 | - ->child['metadata'](function ($metadata) { |
|
63 | + ->child['metadata'](function($metadata) { |
|
64 | 64 | $metadata |
65 | 65 | ->hasKey('occurredOn') |
66 | 66 | ; |
67 | 67 | }) |
68 | - ->child['payload'](function ($payload) { |
|
68 | + ->child['payload'](function($payload) { |
|
69 | 69 | $payload |
70 | 70 | ->isEqualTo(array( |
71 | 71 | 'step' => 3, |