Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 584939e

Browse files
committed
restore right date
1 parent 19e6725 commit 584939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GraphNodes/GraphUserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function setUp()
4242
public function testDatesGetCastToDateTime()
4343
{
4444
$dataFromGraph = [
45-
'updated_time' => '2017-04-26 13:22:05',
45+
'updated_time' => '2016-04-26 13:22:05',
4646
];
4747

4848
$this->responseMock

0 commit comments

Comments
 (0)