Skip to content

Commit

Permalink
fix migrate version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 6, 2023
1 parent 0d8123e commit af5350f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ def test_cosmovisor_upgrade(custom_cronos: Cronos, tmp_path_factory):
}
}

# migrate to sdk v0.46
# migrate to sdk v0.47
custom_cronos.supervisorctl("stop", "all")
sdk_version = "v0.46"
sdk_version = "v0.47"
file_path1 = Path(migrate / f"{sdk_version}.json")
with open(file_path1, "w") as fp:
json.dump(cli.migrate_sdk_genesis(sdk_version, str(file_path0)), fp)
Expand Down

0 comments on commit af5350f

Please sign in to comment.