final test fix
This commit is contained in:
parent
d2e5e5a9e3
commit
4299760dd5
@ -71,9 +71,9 @@ class TransfersTest extends FeatureTestCase
|
|||||||
|
|
||||||
public function getRequest()
|
public function getRequest()
|
||||||
{
|
{
|
||||||
$from_account = factory(Account::class)->states('enabled')->create();
|
$from_account = factory(Account::class)->states('enabled', 'default_currency')->create();
|
||||||
|
|
||||||
$to_account = factory(Account::class)->states('enabled')->create();
|
$to_account = factory(Account::class)->states('enabled', 'default_currency')->create();
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'company_id' => $this->company->id,
|
'company_id' => $this->company->id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user