Skip to content

Commit 5e0729b

Browse files
committed
Rename test file
1 parent 93ef341 commit 5e0729b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftDocCTests/Servers/TopicRefenceSchemeTests.swift renamed to Tests/SwiftDocCTests/Servers/DocumentationSchemeHandlerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ import XCTest
1919
fileprivate let baseURL = URL(string: "test://")!
2020
fileprivate let helloWorldHTML = "<html><header><title>Hello Title</title></header><body>Hello world</body></html>".data(using: .utf8)!
2121

22-
class TopicRefenceSchemeTests: XCTestCase {
22+
class DocumentationSchemeHandlerTests: XCTestCase {
2323
let templateURL = Bundle.module.url(
2424
forResource: "TestBundle", withExtension: "docc", subdirectory: "Test Bundles")!
2525

26-
func testTopicReferenceSchemeHandler() {
26+
func testDocumentationSchemeHandler() {
2727
#if !os(Linux) && !os(Android)
2828
let topicSchemeHandler = DocumentationSchemeHandler(withTemplateURL: templateURL)
2929

0 commit comments

Comments
 (0)