Skip to content

Commit

Permalink
Test fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 12, 2022
1 parent 1cd45af commit 37d3d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Devices/EditTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function testDeviceAddAddImage() {
}

public function testNextSteps() {
$device_inputs = Device::factory()->raw([
$device_inputs = factory(Device::class)->raw([
'event_id' => $this->event->idevents,
'quantity' => 1,
'repair_status' => 2,
Expand Down

0 comments on commit 37d3d6d

Please sign in to comment.