Skip to content

Commit

Permalink
Add meta to compat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Mar 15, 2024
1 parent d423bfb commit 2b8dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/util/storage_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def is_strategy_branch_valid_format(input_string):


def write_persistent_library(lib, latest: bool = False):
meta = pd.Timestamp("2024-03-04", tz="Europe/Amsterdam")
meta = pd.Timestamp("2024-03-04")

for df, sym in get_basic_dfs():
lib.write(sym, df, metadata={"meta": meta})
Expand Down

0 comments on commit 2b8dd29

Please sign in to comment.