Skip to content

Commit

Permalink
dbg in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp committed Sep 26, 2024
1 parent b7c9828 commit 9cff9b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,8 @@ def test_literal_from_datetime(
value = value.replace(tzinfo=ZoneInfo(dtype.time_zone)) # type: ignore[union-attr]

assert out.schema == OrderedDict({"literal": dtype})
print(out.item())
print(value)
assert out.item() == value


Expand Down

0 comments on commit 9cff9b9

Please sign in to comment.