Skip to content

Commit

Permalink
Fix incorrect snapshots (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bdufour authored May 29, 2024
1 parent 17fbc28 commit 7709acf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# name: test_edit_setup_script_with_exec_imm_sql.1
'''
===== Contents of: output/deploy/__generated/__generated.sql =====

EXECUTE IMMEDIATE FROM '/__generated/moduleB/dummy.sql';
EXECUTE IMMEDIATE FROM '/__generated/dummy.sql';

'''
# ---
# name: test_edit_setup_script_with_exec_imm_sql.2
Expand Down Expand Up @@ -90,9 +90,9 @@
# name: test_edit_setup_script_with_exec_imm_sql_symlink.1
'''
===== Contents of: output/deploy/__generated/__generated.sql =====

EXECUTE IMMEDIATE FROM '/__generated/moduleB/dummy.sql';
EXECUTE IMMEDIATE FROM '/__generated/dummy.sql';

'''
# ---
# name: test_edit_setup_script_with_exec_imm_sql_symlink.2
Expand Down Expand Up @@ -215,9 +215,9 @@
# name: test_process_with_collected_functions.1
'''
===== Contents of: output/deploy/__generated/__generated.sql =====

EXECUTE IMMEDIATE FROM '/__generated/stagepath/main.sql';
EXECUTE IMMEDIATE FROM '/__generated/stagepath/data.sql';

'''
# ---
# name: test_process_with_collected_functions.2
Expand Down

0 comments on commit 7709acf

Please sign in to comment.