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

Commit 23a1e16

Browse files
author
emilylaguna
committed
Fixing lint
1 parent 18fecc5 commit 23a1e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKitTests/Scan/QRLoginServiceRemoteTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class QRLoginServiceRemoteTests: RemoteTestCase, RESTTestable {
112112
// Calls the failure block when parsing invalid JSON
113113
func testAuthenticateInvalidJSON() {
114114
let expect = expectation(description: "Failed Authentication")
115-
stubRemoteResponse("wpcom/v2/auth/qr-code/authenticate", data:"foo".data(using: .utf8)!, contentType: .ApplicationJSON)
115+
stubRemoteResponse("wpcom/v2/auth/qr-code/authenticate", data: "foo".data(using: .utf8)!, contentType: .ApplicationJSON)
116116

117117
qrLoginServiceRemote.authenticate(token: "valid_token", data: "valid_data") { authenticated in
118118
XCTFail("This request should not succeed")

0 commit comments

Comments
 (0)