Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 54d3f96

Browse files
authored
Update tests/unit/job/test_base.py
1 parent 93c97f6 commit 54d3f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/job/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def _datetime_and_millis():
332332
from google.cloud._helpers import _millis
333333

334334
now = datetime.datetime.now(datetime.UTC).replace(
335-
microsecond=123000,
335+
microsecond=123000.
336336
tzinfo=datetime.timezone.utc, # stats timestamps have ms precision
337337
)
338338
return now, _millis(now)

0 commit comments

Comments
 (0)