Skip to content

Commit

Permalink
Fix tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed Jun 12, 2024
1 parent 081e321 commit 007832c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/nativeapp/__snapshots__/test_commands.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@
| | App project. It contains minimal code meant to help you |
| | set up your first application object in your account |
| | quickly. |
| spcs-basic | 1. Install Docker |
| streamlit-java | This is an example template for a Snowflake Native App |
| | project which demonstrates the use of Java extension code |
| | and adding Streamlit code. This template is meant to |
Expand Down
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 007832c

Please sign in to comment.