From c41d8870c3766efc0d71c53b842f7f6399369ef3 Mon Sep 17 00:00:00 2001 From: prolic Date: Fri, 21 Aug 2020 12:44:30 -0400 Subject: [PATCH] bugfix in unit tests --- tests/subscribe_to_all_catching_up_should.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);