Skip to content

Commit

Permalink
Fix test_upgrade_compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bingyanglin committed Oct 29, 2024
1 parent 752db6e commit 6f42e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iota-benchmark/tests/simtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ mod test {
}

async fn test_protocol_upgrade_compatibility_impl() {
let max_ver = ProtocolVersion::MAX.as_u64();
let max_ver = ProtocolVersion::MAX.as_u64() + 1;
let manifest = iota_framework_snapshot::load_bytecode_snapshot_manifest();

let Some((&starting_version, _)) = manifest.range(..max_ver).last() else {
Expand Down

0 comments on commit 6f42e6d

Please sign in to comment.