From 6908ed2e3c9714c1af6b6e93296295ed5fa69720 Mon Sep 17 00:00:00 2001 From: Guy Bloom Date: Wed, 20 Mar 2024 19:52:24 -0400 Subject: [PATCH] update snapshot --- tests/__snapshots__/test_help_messages.ambr | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/__snapshots__/test_help_messages.ambr b/tests/__snapshots__/test_help_messages.ambr index 09a0b1131c..54fe39ab59 100644 --- a/tests/__snapshots__/test_help_messages.ambr +++ b/tests/__snapshots__/test_help_messages.ambr @@ -57,12 +57,12 @@ # --- # name: test_help_messages[app.deploy] ''' - + Usage: default app deploy [OPTIONS] - + Syncs the local changes to the stage without creating or updating the application. - + ╭─ Options ────────────────────────────────────────────────────────────────────╮ │ --project -p TEXT Path where the Snowflake Native App project │ │ resides. Defaults to current working directory. │ @@ -119,8 +119,8 @@ │ information. │ │ --silent Turns off intermediate output to console. │ ╰──────────────────────────────────────────────────────────────────────────────╯ - - + + ''' # --- # name: test_help_messages[app.init]