Skip to content

Commit d0965ba

Browse files
committed
Chore: Add test for PR 6616
1 parent b8b22fa commit d0965ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dialects/test_dialect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3383,7 +3383,7 @@ def test_set_operation_specifiers(self):
33833383
"spark": "SELECT 1 EXCEPT ALL SELECT 1",
33843384
"sqlite": UnsupportedError,
33853385
"starrocks": UnsupportedError,
3386-
"trino": UnsupportedError,
3386+
"trino": "SELECT 1 EXCEPT ALL SELECT 1",
33873387
"tsql": UnsupportedError,
33883388
},
33893389
)

0 commit comments

Comments
 (0)