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

Commit 39f6f04

Browse files
committed
Address a string interpolation warning
1 parent ccccd88 commit 39f6f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WordPressKitTests/Tests/PlanServiceRemoteTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class PlanServiceRemoteTests: RemoteTestCase, RESTTestable {
327327
case .failure(PlanServiceRemoteError.noMetadata):
328328
XCTAssertTrue(true)
329329
default:
330-
XCTFail("Unexpected result: \(result)")
330+
XCTFail("Unexpected result: \(String(describing: result))")
331331
}
332332
}
333333
}

0 commit comments

Comments
 (0)