Skip to content

Commit

Permalink
Add metadata to append
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Mar 28, 2024
1 parent 6b24588 commit 641d6ab
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 @@ -151,7 +151,7 @@ def is_strategy_branch_valid_format(input_string):
def write_persistent_library(lib, latest: bool = False):
for df, sym, meta in get_basic_dfs():
lib.write(sym, df, metadata=meta)
lib.append(sym, df)
lib.append(sym, df, metadata=meta)

series, sym = get_empty_series()
lib.write(sym, series)
Expand Down

0 comments on commit 641d6ab

Please sign in to comment.