Skip to content

Commit

Permalink
fixed the error message for test
Browse files Browse the repository at this point in the history
  • Loading branch information
syyang-hw committed Jun 25, 2019
1 parent a9aed97 commit 434df8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Receipt/HyperwalletReceiptTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class HyperwalletReceiptTests: XCTestCase {
}
XCTAssertNoThrow(prepaidCardReceiptList!, "The `payPalAccountList` should not be nil")
XCTAssertNotNil(prepaidCardReceiptList!.data, "The `data` should be not nil")
XCTAssertEqual(prepaidCardReceiptList!.data.count, 4, "The `data.count` should be 3")
XCTAssertEqual(prepaidCardReceiptList!.data.count, 4, "The `data.count` should be 4")
XCTAssertNotNil(prepaidCardReceiptList!.links, "The `links` should be not nil")
XCTAssertNotNil(prepaidCardReceiptList!.links.first?.params.rel)
XCTAssertEqual(prepaidCardReceiptList!.data[2],
Expand Down

0 comments on commit 434df8a

Please sign in to comment.