Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Set default store currency to USD in tests (#4203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu authored and grogou committed Aug 20, 2021
1 parent b140893 commit a813c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/StoreApi/Routes/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function test_get_item() {
$this->assertEquals( true, $data['needs_shipping'] );
$this->assertEquals( '30', $data['items_weight'] );

$this->assertEquals( 'GBP', $data['totals']->currency_code );
$this->assertEquals( 'USD', $data['totals']->currency_code );
$this->assertEquals( 2, $data['totals']->currency_minor_unit );
$this->assertEquals( '3000', $data['totals']->total_items );
$this->assertEquals( '0', $data['totals']->total_items_tax );
Expand Down

0 comments on commit a813c93

Please sign in to comment.