Skip to content

Commit aeef2a8

Browse files
authored
add missing engine to exif test
1 parent 18c8b4a commit aeef2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/large/blob/test_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_blob_exif(
6161
connection=bq_connection,
6262
)
6363

64-
actual = exif_image_df["blob_col"].blob.exif(connection=bq_connection)
64+
actual = exif_image_df["blob_col"].blob.exif(engine="pillow", connection=bq_connection)
6565
expected = bpd.Series(
6666
['{"ExifOffset": 47, "Make": "MyCamera"}'],
6767
session=session,

0 commit comments

Comments
 (0)