Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit a0dba5a

Browse files
committed
Update a test case expectation string.
1 parent 29acc8a commit a0dba5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PaymentKit Example/PaymentKit Test/PTKCardNumberTest.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ - (void)testCardType
3030
XCTAssertEqual([CNUMBER(@"6229260990139424") cardType], PTKCardTypeUnknown, @"Detects Discover");
3131

3232
// These test two code paths that would previously crash
33-
XCTAssertEqual([CNUMBER(@"622") cardType], PTKCardTypeUnknown, @"Detects Discover");
34-
XCTAssertEqual([CNUMBER(@"624") cardType], PTKCardTypeUnknown, @"Detects Discover");
33+
XCTAssertEqual([CNUMBER(@"622") cardType], PTKCardTypeUnknown, @"Doesn't crash");
34+
XCTAssertEqual([CNUMBER(@"624") cardType], PTKCardTypeUnknown, @"Doesn't crash");
3535
}
3636

3737
- (void)testLast4

0 commit comments

Comments
 (0)