Skip to content

Commit 5861dba

Browse files
committed
fix test
1 parent c316b80 commit 5861dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/linter/test_builtin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_cron_interval_alignment_valid_upstream(tmp_path, copy_to_temp_path) ->
275275

276276
downstream_model = load_sql_based_model(
277277
d.parse(
278-
"MODEL (name memory.sushi.step_c, cron '@daily', depends_on ['memory.sushi.step_1', 'memory.sushi.step_1_b']); SELECT * FROM (SELECT 1)"
278+
"MODEL (name memory.sushi.step_c, cron '@daily', depends_on ['memory.sushi.step_1', 'memory.sushi.step_b']); SELECT * FROM (SELECT 1)"
279279
)
280280
)
281281

0 commit comments

Comments
 (0)