Skip to content

Commit

Permalink
Rename fulfilled_order file to fulfilled
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Dec 20, 2023
1 parent 31374d6 commit 7304e23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Api/Admin/CustomersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function it_gets_customer_statistics(): void
'authentication/api_administrator.yaml',
'customer.yaml',
'channel.yaml',
'order/fulfilled_order.yaml',
'order/fulfilled.yaml',
]);
$header = $this->headerBuilder()->withJsonLdAccept()->withAdminUserAuthorization('api@example.com')->build();

Expand Down
2 changes: 1 addition & 1 deletion tests/Api/Admin/OrdersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function it_gets_orders_for_customer(): void
'authentication/api_administrator.yaml',
'channel.yaml',
'order/customer.yaml',
'order/fulfilled_order.yaml',
'order/fulfilled.yaml',
]);

/** @var CustomerInterface $customer */
Expand Down

0 comments on commit 7304e23

Please sign in to comment.