Skip to content

Commit ba069a4

Browse files
committed
.
1 parent e5f63c8 commit ba069a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/cronutils/Issue418Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void TestInvalidWeekDayStart() {
5959
parser.parse("0 0 2 ? * 0/7 *");
6060
fail("Expected exception for invalid expression");
6161
} catch (IllegalArgumentException expected) {
62-
assertEquals("Failed to parse '0 0 2 ? * 0/7 *'. Period 0 not in range [1, 7]", expected.getMessage());
62+
assertEquals("Failed to parse '0 0 2 ? * 0/7 *'. Value 0 not in range [1, 7]", expected.getMessage());
6363
}
6464
}
6565

0 commit comments

Comments
 (0)