Skip to content

Commit 570951b

Browse files
author
Alex Schmitz
committed
Fix CS.
1 parent a0ec0d7 commit 570951b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/system/Models/UpdateModelTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ public function testUpdateObjectWithDataException(): void
260260
$this->createModel(EventModel::class);
261261

262262
$data = (object) [
263-
'name' => 'Foo',
264-
'email' => 'foo@example.com',
265-
'country' => 'US',
266-
'deleted' => 0,
267-
];
263+
'name' => 'Foo',
264+
'email' => 'foo@example.com',
265+
'country' => 'US',
266+
'deleted' => 0,
267+
];
268268

269269
$id = $this->model->insert($data);
270270

0 commit comments

Comments
 (0)