Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Apr 18, 2023
1 parent e1f7f77 commit 36f6878
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/unit/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -3610,9 +3610,7 @@ def test_to_dataframe_w_dtypes_mapper(self):
[
datetime.datetime(2015, 6, 9, 8, 0),
datetime.datetime(4567, 1, 1, 0, 0),
datetime.datetime(
9999, 12, 31, 12, 59, 59, 999999
),
datetime.datetime(9999, 12, 31, 12, 59, 59, 999999),
],
)
self.assertEqual(df.timestamp.dtype.name, "timestamp[us][pyarrow]")
Expand Down Expand Up @@ -3652,9 +3650,7 @@ def test_to_dataframe_w_dtypes_mapper(self):
[
datetime.datetime(2015, 6, 9, 8, 0),
datetime.datetime(4567, 1, 1, 0, 0),
datetime.datetime(
9999, 12, 31, 12, 59, 59, 999999
),
datetime.datetime(9999, 12, 31, 12, 59, 59, 999999),
],
)
self.assertEqual(df.timestamp.dtype.name, "object")
Expand Down

0 comments on commit 36f6878

Please sign in to comment.