Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Berenbaum committed Sep 13, 2024
1 parent 7969e5b commit 9ed2925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_data_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def run_convert_type(value, sql_type):
[Float32(), lambda val: math.isnan(val)],
[Float64(), lambda val: math.isnan(val)],
[Array(Int), []],
[JSON(), "{}"],
[JSON(), {}],
[DateTime(), datetime(1970, 1, 1, 0, 0, tzinfo=timezone.utc)],
[Binary(), b""],
],
Expand Down

0 comments on commit 9ed2925

Please sign in to comment.