Fixes for tests

This commit is contained in:
= 2021-08-21 16:24:00 +10:00
parent c3f05d5c8c
commit f315ebd715
2 changed files with 0 additions and 8 deletions

View File

@ -40,13 +40,6 @@ trait Uploadable
$entity->save();
}
}
else{
/* Catch Failures */
$settings = $entity->settings;
$settings->company_logo = '';
$entity->settings = $settings;
$entity->save();
}
}
}

View File

@ -156,7 +156,6 @@ trait MockAccountData
}
}
$this->account = Account::factory()->create();
$this->company = Company::factory()->create([
'account_id' => $this->account->id,