Testing receipt
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@
|
||||
"repositoryURL": "https://github.com/tikhop/ASN1Swift",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "f71c3fa64d7ddde0d80afc59ab8b28599e109700",
|
||||
"version": "1.2.2"
|
||||
"revision": "0f3150de37d38190768caaff19c498d85efad715",
|
||||
"version": "1.2.3"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@ final class TPInAppReceiptTests: XCTestCase {
|
||||
func testNewReceipt()
|
||||
{
|
||||
self.measure {
|
||||
let r = try! InAppReceipt(receiptData: newReceipt)
|
||||
let r = try! InAppReceipt(receiptData: watchReceipt)
|
||||
//XCTAssert(r.appVersion == 1)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user