Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 28, 2024
1 parent 0eb992c commit fa37b99
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

def main(cli_args: List[str]):
repository_url = "https://github.com/multiversx/mx-contracts-rs"
tag = "0.45.2.1-reproducible"
archve_subfolder = f"mx-contracts-rs-{tag}"
project_path = download_project_repository(f"{repository_url}/archive/refs/tags/v{tag}.zip", archve_subfolder)
commit = "9da0c4abe7aba6ae109c167be655b2ce80ca4b08"
archve_subfolder = f"mx-contracts-rs-{commit}"
project_path = download_project_repository(f"{repository_url}/archive/{commit}.zip", archve_subfolder)
project_path = project_path / archve_subfolder

check_project_folder_and_packaged_src_are_equivalent(
Expand Down

0 comments on commit fa37b99

Please sign in to comment.