Skip to content

Commit

Permalink
Fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Dec 6, 2023
1 parent f214c9b commit 8f7c0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Adyen/Core/Core Protocols/Details.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public extension PaymentMethodDetails {

return "do-not-track"
}
// swiftlint:disable:next unused_setter_value
set {
AdyenAssertion.assertionFailure(
message: "`@_spi(AdyenInternal) var checkoutAttemptId: String?` needs to be provided on `\(String(describing: Self.self))`"
Expand Down
2 changes: 1 addition & 1 deletion Tests/DropIn Tests/ComponentManagerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class ComponentManagerTests: XCTestCase {
init(from decoder: Decoder) throws {}
}

var dummy = DummyPaymentMethod()
let dummy = DummyPaymentMethod()

let expectation = expectation(description: "Access expectation")
expectation.expectedFulfillmentCount = 1
Expand Down

0 comments on commit 8f7c0bc

Please sign in to comment.