Skip to content

Commit

Permalink
dump result
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Oct 20, 2018
1 parent fa20471 commit 22edfd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/soft_delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ public function soft_deleted_stream_allows_recreation_when_expver_is_exact(): vo
\var_dump('##############');
}

\var_dump($result->status());

$this->assertTrue(SliceReadStatus::success()->equals($result->status()));
$this->assertSame(4, $result->lastEventNumber());
$this->assertCount(3, $result->events());
Expand Down

0 comments on commit 22edfd6

Please sign in to comment.