diff --git a/Tests/LeafMarkdownTests/LeafTests.swift b/Tests/LeafMarkdownTests/LeafTests.swift index 0f7061d..db388a7 100644 --- a/Tests/LeafMarkdownTests/LeafTests.swift +++ b/Tests/LeafMarkdownTests/LeafTests.swift @@ -9,7 +9,7 @@ class LeafTests: XCTestCase { ("testRunTag", testRunTag), ("testNilParameterDoesNotCrashLeaf", testNilParameterDoesNotCrashLeaf), ("testStripHtml", testStripHtml), - ("testDonotStripHtml", testDonotStripHtml) + ("testDoNotStripHtml", testDoNotStripHtml) ] var renderer: LeafRenderer! @@ -55,7 +55,7 @@ class LeafTests: XCTestCase { } - func testDonotStripHtml() throws { + func testDoNotStripHtml() throws { let queue = EmbeddedEventLoop() let container = BasicContainer(config: .init(), environment: .testing, services: .init(), on: queue)