Skip to content

Commit ce7b4ad

Browse files
committed
style: cs-fix.
1 parent b5b1d8d commit ce7b4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Entity/EntityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ public function testToRawArrayWithChangedDates(): void
971971

972972
$entity->createdAt = '2022-11-11 11:11:11';
973973

974-
$this->assertEquals('2022-11-11 11:11:11', $entity->toRawArray()['created_at']);
974+
$this->assertSame('2022-11-11 11:11:11', $entity->toRawArray()['created_at']);
975975
}
976976

977977
public function testFilledConstruction(): void

0 commit comments

Comments
 (0)