We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c1c3e commit 2fe9688Copy full SHA for 2fe9688
Networking/NetworkingTests/Mapper/CustomerMapperTests.swift
@@ -29,12 +29,6 @@ class CustomerMapperTests: XCTestCase {
29
// Then
30
XCTAssertNotNil(mapper)
31
XCTAssertNotNil(customer)
32
- XCTAssertNotNil(customer?.customerID)
33
- XCTAssertNotNil(customer?.email)
34
- XCTAssertNotNil(customer?.firstName)
35
- XCTAssertNotNil(customer?.lastName)
36
- XCTAssertNotNil(customer?.billing)
37
- XCTAssertNotNil(customer?.shipping)
38
}
39
40
/// Verifies that all of the Customer response values are parsed correctly
0 commit comments