From 6866aae0d3634a3c40eba600a5973f75c900632c Mon Sep 17 00:00:00 2001 From: Petr Pavlik Date: Tue, 9 Apr 2019 23:42:15 +0200 Subject: [PATCH] fix a typo --- Tests/LeafMarkdownTests/LeafTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)