Testing receipt

This commit is contained in:
Pavel Tikhonenko
2020-10-22 03:44:19 +03:00
parent 09581ed991
commit c22781f07e
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -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)
}