Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Fix pasto
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaxter committed Dec 5, 2016
1 parent 8f0ffc4 commit 4d873d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/EvergreenTests/LoggingTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class LoggingTests: StenographyTestCase {
XCTAssert(records[expectedRecordCount - 1].description.contains("TIME"))
}

static var allTests : [(String, (LoggerTests) -> () throws -> Void)] {
static var allTests : [(String, (LoggingTests) -> () throws -> Void)] {
return [
("testLogLevels", testLogLevels),
("testErrorLogging", testErrorLogging),
Expand Down

0 comments on commit 4d873d5

Please sign in to comment.