diff --git a/test/CronScheduleTest.cpp b/test/CronScheduleTest.cpp index 1d373fb..ee16f7b 100644 --- a/test/CronScheduleTest.cpp +++ b/test/CronScheduleTest.cpp @@ -184,7 +184,7 @@ SCENARIO("Examples from README.md") DT(2018_y / 03 / 1, hours{12}, minutes{13}, seconds{48}) })); - REQUIRE(test("0 * * * * ?", DT(2018_y / 03 / 1, hours{ 12 }, minutes{ 0 }, seconds{ 0 }), + REQUIRE(test("0 * * * * ?", DT(2018_y / 03 / 1, hours{ 12 }, minutes{ 0 }, seconds{ 10 }), { DT(2018_y / 03 / 1, hours{12}, minutes{1}, seconds{0}), DT(2018_y / 03 / 1, hours{12}, minutes{2}, seconds{0}), @@ -221,4 +221,4 @@ SCENARIO("Examples from README.md") SCENARIO("Unable to calculate time point") { REQUIRE_FALSE(test( "0 0 * 31 FEB *", DT(2021_y / 1 / 1), DT(2022_y / 1 / 1))); -} \ No newline at end of file +}