Skip to content

Commit 4e0ef4a

Browse files
committed
Fixed unit tests
1 parent 99daa4e commit 4e0ef4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/DataRefiners/DateTimeRefinerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public function __construct(
131131
'object' => $object,
132132
'propertyName' => 'date',
133133
'formats' => [DateTimeInterface::ATOM],
134-
'value' => $now->format('Y-m-d'),
135-
'expectedRefinedValue' => $now->format('Y-m-d')
134+
'value' => $now->format('Y/m-d'),
135+
'expectedRefinedValue' => $now->format('Y/m-d')
136136
]
137137
];
138138
}

0 commit comments

Comments
 (0)