Skip to content

Commit

Permalink
fix testDeleteSubscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Aug 20, 2024
1 parent 01fc7f2 commit 41a6d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/Subscriptions/Storage/RedisStorageManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ public function testDeleteSubscriber(): void
))
->willReturnOnConsecutiveCalls(
serialize($subscriber),
true,
true
);

$manager = new RedisStorageManager($config, $redisFactory);
Expand Down

0 comments on commit 41a6d39

Please sign in to comment.