Skip to content

Commit 6046b18

Browse files
author
Илья
committed
Update test
1 parent 74012e8 commit 6046b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RetryOnExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private function retryTest(Table $table)
7777
throw new RetryableException('Test exception');
7878
}
7979
self::assertEquals(5, $i);
80-
}, [
80+
}, null, null, [
8181
'idempotent' => true,
8282
'callback_on_error' => function (\Exception $exception) use (&$i) {$i=5;}
8383
]);

0 commit comments

Comments
 (0)