fixed tests

This commit is contained in:
denisdulici
2019-11-18 10:54:26 +03:00
parent 63ab57730d
commit 2cdc431f8c
17 changed files with 123 additions and 154 deletions

View File

@ -49,7 +49,7 @@ class ItemsTest extends FeatureTestCase
$item = $this->dispatch(new CreateItem($request));
$request['name'] = $this->faker->text(15);
$request['name'] = $this->faker->text(15);
$this->loginAs()
->patch(route('items.update', $item->id), $request)