mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
CS fix
This commit is contained in:
@@ -146,8 +146,7 @@ final class ManticoreInsertRetryTest extends TestCase
|
||||
$table->expects($this->once())
|
||||
->method('replaceDocument')
|
||||
->with(
|
||||
$this->callback(static fn (array $indexed): bool =>
|
||||
$indexed['postdate_ts'] === $document['postdate_ts']
|
||||
$this->callback(static fn (array $indexed): bool => $indexed['postdate_ts'] === $document['postdate_ts']
|
||||
&& $indexed['adddate_ts'] === $document['adddate_ts']
|
||||
),
|
||||
42
|
||||
|
||||
Reference in New Issue
Block a user