Fixes for tests
This commit is contained in:
parent
c3f05d5c8c
commit
f315ebd715
2 changed files with 0 additions and 8 deletions
|
|
@ -40,13 +40,6 @@ trait Uploadable
|
|||
$entity->save();
|
||||
}
|
||||
}
|
||||
else{
|
||||
/* Catch Failures */
|
||||
$settings = $entity->settings;
|
||||
$settings->company_logo = '';
|
||||
$entity->settings = $settings;
|
||||
$entity->save();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -156,7 +156,6 @@ trait MockAccountData
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
$this->account = Account::factory()->create();
|
||||
$this->company = Company::factory()->create([
|
||||
'account_id' => $this->account->id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue