Skip to content

Commit ba52ee9

Browse files
Fix typo for test case name in WCAnalyticsCustomerMapperTests
Co-authored-by: Gabriel Maldonado <[email protected]>
1 parent fc4c914 commit ba52ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/NetworkingTests/Mapper/WCAnalyticsCustomerMapperTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class WCAnalyticsCustomerMapperTests: XCTestCase {
6060
XCTAssertEqual(customers[3].name, "John Doe")
6161
}
6262

63-
func test_WCAnalyticsCustomer_array_maps_all_available_entities_if_response_has_no_data_eenvelope() {
63+
func test_WCAnalyticsCustomer_array_maps_all_available_entities_if_response_has_no_data_envelope() {
6464
// Given
6565
let mapper = WCAnalyticsCustomerMapper(siteID: dummySiteID)
6666
var customers: [WCAnalyticsCustomer] = []

0 commit comments

Comments
 (0)