Skip to content

Commit

Permalink
bugfix in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Aug 21, 2020
1 parent b65babc commit c41d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/subscribe_to_all_catching_up_should.php
Expand Up @@ -162,7 +162,7 @@ function (
SubscriptionDropReason $reason,
?Throwable $exception = null
) use ($dropped): void {
$this->dropped->signal();
$dropped->signal();
}
);
\assert($subscription instanceof EventStoreAllCatchUpSubscription);
Expand Down

0 comments on commit c41d887

Please sign in to comment.