Skip to content

Commit 074a14c

Browse files
bpolaszeknorkunas
authored andcommitted
tests: fix CommandsTest
1 parent c40251f commit 074a14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/CommandsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,13 +440,13 @@ public function testImportsDummyWithCustomGroups(): void
440440
'objectID' => 1,
441441
'id' => 1,
442442
'name' => 'Dummy 1',
443-
'createdAt' => '2024-04-04T07:32:01+00:00',
443+
'createdAt' => 1712215921,
444444
],
445445
[
446446
'objectID' => 2,
447447
'id' => 2,
448448
'name' => 'Dummy 2',
449-
'createdAt' => '2024-04-04T07:32:02+00:00',
449+
'createdAt' => 1712215922,
450450
],
451451
], $this->client->index('sf_phpunit__dummy_custom_groups')->getDocuments()->getResults());
452452
}

0 commit comments

Comments
 (0)