Skip to content

Commit

Permalink
removing not required var
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Jan 18, 2024
1 parent f008561 commit b1a6a48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/providers/snowflake/operators/test_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
"values (200); insert into user_test (i) values (300); select i from user_test order by i;"
)

SQL_MULTIPLE_STMTS_FAILED = (
"create123 or replace table user_test (i int); insert into user_test (i) "
"values (200); insert into user_test (i) values (300); select i from user_test order by i;"
)

SINGLE_STMT = "select i from user_test order by i;"


Expand Down

0 comments on commit b1a6a48

Please sign in to comment.