Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
millerf committed Nov 11, 2024
1 parent f780b16 commit 2d105d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OrderStatusEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function test_change_order_status() {
public static function test_micros_based_on_currency( array $props = [] ) {
update_option( 'woocommerce_currency', 'USD' );

static::assertEquals( Events::get_transaction_micros( 39.00 ), 399000);
static::assertEquals( Events::get_transaction_micros( 39.00 ), 390000);

update_option( 'woocommerce_currency', 'JPY' );

Expand Down

0 comments on commit 2d105d0

Please sign in to comment.