Skip to content

Commit 88a1015

Browse files
committed
Fix payment success test
1 parent 350dbab commit 88a1015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/POS/Models/PointOfSaleAggregateModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ struct PointOfSaleAggregateModelTests {
542542
Issue.record("Expected cardPresentPaymentInlineMessage to be paymentSuccess")
543543
return
544544
}
545-
#expect(viewModel.message == "A card payment of $52.30 was successfully made")
545+
#expect(viewModel.message == "A card payment of $52.30 was successfully made.")
546546
}
547547

548548
@available(iOS 17.0, *)

0 commit comments

Comments
 (0)