Skip to content

Commit

Permalink
using new metadata argument
Browse files Browse the repository at this point in the history
  • Loading branch information
drifter089 committed Nov 28, 2024
1 parent ca75a86 commit eec6406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main():
zeno.update(
source=str(upload_dir),
publish=True,
metadata_json=metadata,
metadata=metadata,
)
print("Update succeeded.")
break
Expand Down

0 comments on commit eec6406

Please sign in to comment.