We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cccef commit 0826c59Copy full SHA for 0826c59
tests/UniqueNamesTest.php
@@ -431,7 +431,6 @@ public function __construct()
431
Item::create(['name' => 'Foo', 'organization_id' => 1]);
432
$item1 = Item::create(['name' => ' Foo ', 'organization_id' => 1]);
433
434
-
435
expect($item1->name)->toBe('Foo (1)');
436
});
437
@@ -440,6 +439,5 @@ public function __construct()
440
439
441
442
443
444
expect($item1->name)->toBe(' Foo ');
445
0 commit comments