Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Apr 9, 2019
1 parent 1b783ac commit 6866aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/LeafMarkdownTests/LeafTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LeafTests: XCTestCase {
("testRunTag", testRunTag),
("testNilParameterDoesNotCrashLeaf", testNilParameterDoesNotCrashLeaf),
("testStripHtml", testStripHtml),
("testDonotStripHtml", testDonotStripHtml)
("testDoNotStripHtml", testDoNotStripHtml)
]

var renderer: LeafRenderer!
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6866aae

Please sign in to comment.