Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3702ec3648 |
@@ -74,7 +74,6 @@ class LocalReceiptValidationTests: XCTestCase {
|
||||
XCTAssertEqual(receipt, expected)
|
||||
}
|
||||
|
||||
|
||||
func testMindNodeProMacReceiptParsing() {
|
||||
guard let data = assertTestAsset(filename: "hannes_mac_mindnode_pro_receipt") else { return }
|
||||
|
||||
|
||||
@@ -142,7 +142,6 @@ extension LocalReceiptValidator.Parameters {
|
||||
private class BundleToken {}
|
||||
}
|
||||
|
||||
|
||||
// MARK: - PropertyValidation
|
||||
|
||||
extension LocalReceiptValidator.Parameters {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Generated using Sourcery 0.8.0 — https://github.com/krzysztofzablocki/Sourcery
|
||||
// Generated using Sourcery 0.9.0 — https://github.com/krzysztofzablocki/Sourcery
|
||||
// DO NOT EDIT
|
||||
|
||||
// swiftlint:disable file_length
|
||||
private func compareOptionals<T>(lhs: T?, rhs: T?, compare: (_ lhs: T, _ rhs: T) -> Bool) -> Bool {
|
||||
switch (lhs, rhs) {
|
||||
case let (lValue?, rValue?):
|
||||
|
||||
Reference in New Issue
Block a user