Skip to content

Commit c8b94d3

Browse files
committed
Fix failed test
1 parent 5abee52 commit c8b94d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Bookings/BookingDetailsViewModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ final class BookingDetailsViewModelTests: XCTestCase {
159159
return
160160
}
161161

162-
XCTAssertEqual(headerContent.serviceAndCustomerLine, "Massage Therapy • Jane Smith")
162+
XCTAssertEqual(headerContent.serviceAndCustomerLine, "Massage Therapy\nJane Smith")
163163
}
164164

165165
func test_customer_content_populated_from_billing_address() {

0 commit comments

Comments
 (0)