Skip to content

Commit

Permalink
Fixed: test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Sep 20, 2024
1 parent fd780c7 commit 0610414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/Integrations/WooCommerceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function testTrackPurchase() {

when( 'wc_get_order' )->justReturn( $mock );

$this->expectOutputContains( '{"revenue":{"amount":"10.00","currency":"EUR"}}' );
$this->expectOutputContains( '{"revenue":{"amount":"10","currency":"EUR"}}' );

$class->track_purchase( 1 );
}
Expand Down

0 comments on commit 0610414

Please sign in to comment.