Skip to content

Commit 2fe9688

Browse files
committed
Remove unnecessary CustomerMapper asserts
1 parent f5c1c3e commit 2fe9688

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Networking/NetworkingTests/Mapper/CustomerMapperTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ class CustomerMapperTests: XCTestCase {
2929
// Then
3030
XCTAssertNotNil(mapper)
3131
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)
3832
}
3933

4034
/// Verifies that all of the Customer response values are parsed correctly

0 commit comments

Comments
 (0)