Skip to content

Commit a32c9d7

Browse files
Kyle CheungKyle Cheung
authored andcommitted
removed redundant test
1 parent 62d03d1 commit a32c9d7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/dialects/test_snowflake.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,13 +2177,6 @@ def test_snowflake(self):
21772177
"duckdb": "SELECT JSON_KEYS(my_obj)",
21782178
},
21792179
)
2180-
self.validate_all(
2181-
"SELECT OBJECT_KEYS(t.data) FROM my_table t",
2182-
write={
2183-
"snowflake": "SELECT OBJECT_KEYS(t.data) FROM my_table AS t",
2184-
"duckdb": "SELECT JSON_KEYS(t.data) FROM my_table AS t",
2185-
},
2186-
)
21872180

21882181
def test_null_treatment(self):
21892182
self.validate_all(

0 commit comments

Comments
 (0)