Customized Scheduler + Saved Kavita+ Details (#2644)
This commit is contained in:
parent
2092e120c3
commit
ad74871623
76 changed files with 6076 additions and 3370 deletions
|
@ -10,7 +10,8 @@ public class CronConverterTests
|
|||
[InlineData("disabled", "0 0 31 2 *")]
|
||||
[InlineData("weekly", "0 0 * * 1")]
|
||||
[InlineData("", "0 0 31 2 *")]
|
||||
[InlineData("sdfgdf", "")]
|
||||
[InlineData("sdfgdf", "sdfgdf")]
|
||||
[InlineData("* * * * *", "* * * * *")]
|
||||
public void ConvertTest(string input, string expected)
|
||||
{
|
||||
Assert.Equal(expected, CronConverter.ConvertToCronNotation(input));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue