Skip to content

Commit 7f41fc2

Browse files
committed
fix logic test
1 parent b1ef4b9 commit 7f41fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqllogictests/suites/task/task_ddl_test.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CREATE TASK mytask
1313
SCHEDULE = USING CRON '0 0 0 1 1 ? 2100'
1414
AS SELECT 1;
1515

16-
statement ok
16+
statement error 2801
1717
CREATE TASK task_with_bad_set
1818
WAREHOUSE = 'mywh'
1919
SCHEDULE = USING CRON '0 0 0 1 1 ? 2100'

0 commit comments

Comments
 (0)