Skip to content

Commit 1c16229

Browse files
Update WooCommerce/WooCommerceTests/POS/ViewHelpers/PointOfSaleOrderDetailsViewHelperTests.swift
Co-authored-by: Gabriel Maldonado <[email protected]>
1 parent d4012be commit 1c16229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/POS/ViewHelpers/PointOfSaleOrderDetailsViewHelperTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct PointOfSaleOrderDetailsViewHelperTests {
1515

1616
// MARK: - Products Subtotal Tests
1717

18-
@Test func productsSubtotal_emptyLineItems_returnZero() async throws {
18+
@Test func productsSubtotal_when_empty_line_items_then_returns_formatted_zero_subtotal() async throws {
1919
// Given
2020
let order = makePOSOrder(lineItems: [])
2121

0 commit comments

Comments
 (0)