Skip to content

Commit f5e8178

Browse files
author
Jesse Haigh
committed
fixup missing async on test
1 parent 132e668 commit f5e8178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftDocCTests/Rendering/RenderContentCompilerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ class RenderContentCompilerTests: XCTestCase {
224224
}
225225
}
226226

227-
func testCopyToClipboard() throws {
228-
let (bundle, context) = try testBundleAndContext()
227+
func testCopyToClipboard() async throws {
228+
let (bundle, context) = try await testBundleAndContext()
229229
var compiler = RenderContentCompiler(context: context, bundle: bundle, identifier: ResolvedTopicReference(bundleID: bundle.id, path: "/path", fragment: nil, sourceLanguage: .swift))
230230

231231
let source = #"""

0 commit comments

Comments
 (0)