updated role factory

This commit is contained in:
denisdulici
2020-01-13 11:40:30 +03:00
parent 3fa3064950
commit cd674a0045
2 changed files with 11 additions and 2 deletions

View File

@ -73,6 +73,6 @@ class RolesTest extends FeatureTestCase
public function getRequest()
{
return factory(Role::class)->raw();
return factory(Role::class)->states('permissions')->raw();
}
}