Skip to content

Commit 11e41bd

Browse files
committed
make phpcpd happy
1 parent 0fd903d commit 11e41bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Commands/QueueWorkTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public function testRunWithPermanentTaskLock(): void
255255
'queue' => 'test',
256256
'payload' => [
257257
'job' => 'success',
258-
'data' => ['key' => 'value'],
258+
'data' => ['key4' => 'value4'],
259259
'metadata' => [
260260
'taskLockKey' => $lockKey,
261261
'taskLockTTL' => $lockTTL,

0 commit comments

Comments
 (0)