Skip to content

Commit 5a403dc

Browse files
committed
Fix stan
1 parent d380e5e commit 5a403dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/redis/Tests/RedisProducerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testShouldCallZaddOnSendWithDeliveryDelay()
104104
->with(
105105
'aDestination:delayed',
106106
$this->isJson(),
107-
$this->equalTo(time() + 5, 1)
107+
$this->equalTo(time() + 5)
108108
)
109109
;
110110

0 commit comments

Comments
 (0)