Skip to content

Commit 17766b3

Browse files
committed
fix test
1 parent f41ffe2 commit 17766b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dialects/test_bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ def test_bigquery(self):
850850
"LOWER(b'\x41\x42\x43')",
851851
write={
852852
"bigquery": "LOWER(b'\x41\x42\x43')",
853-
"duckdb": "CAST(CAST(LOWER(e'\x41\x42\x43') AS VARCHAR) AS BLOB)",
853+
"duckdb": "CAST(LOWER(CAST(e'\x41\x42\x43' AS TEXT)) AS BLOB)",
854854
},
855855
)
856856
self.validate_all(

0 commit comments

Comments
 (0)