Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gruffins committed Sep 26, 2023
1 parent 6c1252a commit ee3bc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birch/src/test/java/com/gruffins/birch/LoggerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class LoggerTest {
agent.console = true
logger.level = Level.TRACE

val block = spyk({ "test" })
val block: () -> String = spyk()

logger.log(Level.TRACE, { "test" }, block)
logger.log(Level.DEBUG, { "test" }, block)
Expand Down

0 comments on commit ee3bc15

Please sign in to comment.