Skip to content

Commit 1996a8f

Browse files
style(core): change formatting
1 parent fdc1557 commit 1996a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework/core/tests/integration/api/groups/OrderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function setUp(): void
2727
parent::setUp();
2828

2929
$this->prepareDatabase([
30-
User::class => [
30+
User::class => [
3131
$this->normalUser(),
3232
],
3333
Group::class => [
@@ -58,7 +58,7 @@ public function admin_can_reorder_groups()
5858
$this->assertNull(Group::findOrFail(7)->position, 'Group 7 should have null position when not included');
5959
}
6060

61-
#[Test]
61+
#[Test]
6262
public function non_admin_cannot_reorder_groups()
6363
{
6464
$response = $this->send(
@@ -114,4 +114,4 @@ public function rejects_null_order()
114114
$this->assertSame(6, Group::findOrFail(6)->position);
115115
$this->assertSame(7, Group::findOrFail(7)->position);
116116
}
117-
}
117+
}

0 commit comments

Comments
 (0)