Skip to content

Commit

Permalink
Format test sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mvv committed Nov 24, 2019
1 parent 2563e6c commit 17327b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/test/scala/com/github/mvv/zilog/test/LoggerSpec.scala
Expand Up @@ -18,7 +18,8 @@ class LoggerSpec extends Specification with DefaultRuntime {
logger.entries must containTheSameElementsAs(
Seq(
(Level.Info, "Start {}{} and {} end", List(3, 8, "bar"))
))
)
)
}

"should log errors" >> {
Expand All @@ -33,7 +34,8 @@ class LoggerSpec extends Specification with DefaultRuntime {
logger.entries must containTheSameElementsAs(
Seq(
(Level.Error, "{} plus {}", List(1, 2, e))
))
)
)
}
}
}
Expand Down

0 comments on commit 17327b2

Please sign in to comment.