@@ -40,7 +40,7 @@ def test_blob_authorizer(images_mm_df: bpd.DataFrame, bq_connection: str):
40
40
41
41
def test_blob_version (images_mm_df : bpd .DataFrame ):
42
42
actual = images_mm_df ["blob_col" ].blob .version ().to_pandas ()
43
- expected = pd .Series (["1739574332294150 " , "1739574332271343 " ], name = "version" )
43
+ expected = pd .Series (["1753907851152593 " , "1753907851111538 " ], name = "version" )
44
44
45
45
pd .testing .assert_series_equal (
46
46
actual , expected , check_dtype = False , check_index_type = False
@@ -55,13 +55,13 @@ def test_blob_metadata(images_mm_df: bpd.DataFrame):
55
55
'{"content_type":"image/jpeg",'
56
56
'"md5_hash":"e130ad042261a1883cd2cc06831cf748",'
57
57
'"size":338390,'
58
- '"updated":1739574332000000 }'
58
+ '"updated":1753907851000000 }'
59
59
),
60
60
(
61
61
'{"content_type":"image/jpeg",'
62
62
'"md5_hash":"e2ae3191ff2b809fd0935f01a537c650",'
63
63
'"size":43333,'
64
- '"updated":1739574332000000 }'
64
+ '"updated":1753907851000000 }'
65
65
),
66
66
],
67
67
name = "metadata" ,
@@ -105,8 +105,8 @@ def test_blob_updated(images_mm_df: bpd.DataFrame):
105
105
actual = images_mm_df ["blob_col" ].blob .updated ().to_pandas ()
106
106
expected = pd .Series (
107
107
[
108
- pd .Timestamp ("2025-02-14 23:05:32 " , tz = "UTC" ),
109
- pd .Timestamp ("2025-02-14 23:05:32 " , tz = "UTC" ),
108
+ pd .Timestamp ("2025-07-30 20:37:31 " , tz = "UTC" ),
109
+ pd .Timestamp ("2025-07-30 20:37:31 " , tz = "UTC" ),
110
110
],
111
111
name = "updated" ,
112
112
)
0 commit comments