Skip to content

Commit 7893253

Browse files
Fix Unicode smart quotes in snapshot file - replace with ASCII apostrophes
1 parent 58e55c2 commit 7893253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/__snapshots__/test_help_messages.ambr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21602,7 +21602,7 @@
2160221602
+- Commands -------------------------------------------------------------------+
2160321603
| deploy Deploys a Streamlit app defined in the project definition file |
2160421604
| (snowflake.yml). By default, the command uploads environment.yml |
21605-
| and any other pages or folders, if present. If you dont specify |
21605+
| and any other pages or folders, if present. If you don't specify |
2160621606
| a stage name, the streamlit stage is used. If the specified stage |
2160721607
| does not exist, the command creates it. If multiple Streamlits |
2160821608
| are defined in snowflake.yml and no entity_id is provided then |
@@ -22379,7 +22379,7 @@
2237922379
+- Commands -------------------------------------------------------------------+
2238022380
| deploy Deploys a Streamlit app defined in the project definition file |
2238122381
| (snowflake.yml). By default, the command uploads environment.yml |
22382-
| and any other pages or folders, if present. If you dont specify |
22382+
| and any other pages or folders, if present. If you don't specify |
2238322383
| a stage name, the streamlit stage is used. If the specified stage |
2238422384
| does not exist, the command creates it. If multiple Streamlits |
2238522385
| are defined in snowflake.yml and no entity_id is provided then |

0 commit comments

Comments
 (0)