Skip to content

Commit 0826c59

Browse files
willvincentgithub-actions[bot]
authored andcommitted
Fix styling
1 parent d0cccef commit 0826c59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/UniqueNamesTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ public function __construct()
431431
Item::create(['name' => 'Foo', 'organization_id' => 1]);
432432
$item1 = Item::create(['name' => ' Foo ', 'organization_id' => 1]);
433433

434-
435434
expect($item1->name)->toBe('Foo (1)');
436435
});
437436

@@ -440,6 +439,5 @@ public function __construct()
440439
Item::create(['name' => 'Foo', 'organization_id' => 1]);
441440
$item1 = Item::create(['name' => ' Foo ', 'organization_id' => 1]);
442441

443-
444442
expect($item1->name)->toBe(' Foo ');
445443
});

0 commit comments

Comments
 (0)