Skip to content

Commit 91e128d

Browse files
committed
update StubTransport to properly return the event
1 parent b848371 commit 91e128d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/StubTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function send(Event $event): Result
3737
{
3838
self::$events[] = $event;
3939

40-
return new Result(ResultStatus::success());
40+
return new Result(ResultStatus::success(), $event);
4141
}
4242

4343
public function close(?int $timeout = null): Result

0 commit comments

Comments
 (0)