Skip to content

Commit ca4f235

Browse files
committed
fix tests
1 parent f66362d commit ca4f235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/SearchIndex/IndexQueue/EnqueueService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function enqueueAssets(): EnqueueService
151151
ElementType::ASSET->value,
152152
IndexName::ASSET->value,
153153
IndexQueueOperation::UPDATE->value,
154-
$this->timeService->getCurrentMillisecondTimestamp(),
154+
(string)$this->timeService->getCurrentMillisecondTimestamp(),
155155
'0',
156156
]
157157
);

0 commit comments

Comments
 (0)