提交 c24238eb 编写于 作者: O OHTAKE Tomohiro

Fix method name

上级 f49c912a
......@@ -260,7 +260,7 @@ public class CronTabDayOfWeekLocaleTest {
}
@Test
public void isSundayAndNextRunIsPreviousSunday() throws Exception {
public void isSundayAndPreviousRunIsPreviousSunday() throws Exception {
final Calendar cal = Calendar.getInstance(locale);
cal.set(2011, 0, 16, 0, 0, 0); // Sunday, Jan 16th 2011, 00:00
final String cronStr = "0 1 * * 0"; // Sundays @01:00
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册