Skip to content

Commit

Permalink
Fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjpro committed Jul 25, 2020
1 parent d8aeb46 commit 0461f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/checker/StatusCheckerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class StatusCheckerSpec()
actual shouldBe expected
}

"various cron styles" in {
"work various cron styles" in {
val job = cron => Job(1, null, null, null,
"yyyy-MM-dd-HH-mm", cron, 1, ZoneId.of("UTC"),
2, null, Seq.empty
Expand Down

0 comments on commit 0461f94

Please sign in to comment.