Skip to content

Commit

Permalink
Fix setup containers
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Apr 17, 2024
1 parent 12ef32f commit 0e88bb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Setup/SetupContainers.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait SetupContainers
{
public function setupContainers(): ContainerListSchema
{
return new ContainerListSchema([
return ContainerListSchema::from([
[
'container_type' => 'PACKAGE',
'container_reference_id' => Str::random(),
Expand Down Expand Up @@ -41,6 +41,7 @@ public function setupContainers(): ContainerListSchema
'unit' => 'lb',
'value' => 0.08164656,
],
], ];
],
]);
}
}

0 comments on commit 0e88bb9

Please sign in to comment.