diff --git a/tests/subscribe_to_all_catching_up_should.php b/tests/subscribe_to_all_catching_up_should.php index 6b76d3ad..f89c05e3 100644 --- a/tests/subscribe_to_all_catching_up_should.php +++ b/tests/subscribe_to_all_catching_up_should.php @@ -162,7 +162,7 @@ function ( SubscriptionDropReason $reason, ?Throwable $exception = null ) use ($dropped): void { - $this->dropped->signal(); + $dropped->signal(); } ); \assert($subscription instanceof EventStoreAllCatchUpSubscription);