mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Remove unneeded factory state
This commit is contained in:
parent
bd4d3aa52b
commit
9a93ad2e06
|
@ -52,7 +52,7 @@ class SlackNotificationsUponCheckinTest extends TestCase
|
||||||
$this->settings->enableSlackWebhook();
|
$this->settings->enableSlackWebhook();
|
||||||
|
|
||||||
$this->fireCheckInEvent(
|
$this->fireCheckInEvent(
|
||||||
Accessory::factory()->appleBtKeyboard()->create(),
|
Accessory::factory()->create(),
|
||||||
User::factory()->create(),
|
User::factory()->create(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ class SlackNotificationsUponCheckinTest extends TestCase
|
||||||
$this->settings->disableSlackWebhook();
|
$this->settings->disableSlackWebhook();
|
||||||
|
|
||||||
$this->fireCheckInEvent(
|
$this->fireCheckInEvent(
|
||||||
Accessory::factory()->appleBtKeyboard()->create(),
|
Accessory::factory()->create(),
|
||||||
User::factory()->create(),
|
User::factory()->create(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue