refactor: slightly change api
This commit is contained in:
parent
30e086ad6b
commit
11709cc611
5 changed files with 35 additions and 32 deletions
|
|
@ -26,7 +26,7 @@ void test_not_allowed() {
|
|||
|
||||
while (expressions[i] != NULL) {
|
||||
vieter_cron_expression out;
|
||||
TEST_CHECK_(vieter_cron_parse_expression(&out, expressions[i]) != vieter_cron_parse_ok, "%s should error", expressions[i]);
|
||||
TEST_CHECK_(vieter_cron_expr_parse(&out, expressions[i]) != vieter_cron_parse_ok, "%s should error", expressions[i]);
|
||||
|
||||
i++;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue