Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit d3c9d58

Browse files
committed
Fix swiftlint issues
1 parent a8ef60f commit d3c9d58

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

WordPressKitTests/ReaderPostServiceRemote+FetchEndpointTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ReaderPostServiceRemoteFetchEndpointTests: XCTestCase {
2727
algorithm: "none",
2828
count: 1,
2929
before: Date(),
30-
success: { _,_ in complete.fulfill() },
30+
success: { _, _ in complete.fulfill() },
3131
failure: { _ in complete.fulfill() }
3232
)
3333
wait(for: [complete], timeout: 0.3)

WordPressKitTests/WordPressAPI/WordPressOrgAPITests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class WordPressOrgAPITests: XCTestCase {
115115

116116
await fulfillment(of: [unauthenticatedReuqest, ajaxNonceRequest, authenticatedReuqest], timeout: 0.1, enforceOrder: true)
117117

118-
119118
// Remove added stubs and add a new one.
120119
let requestsHasNonce = expectation(description: "Call an endpoint with an authenticated request")
121120
requestsHasNonce.expectedFulfillmentCount = 3

0 commit comments

Comments
 (0)