Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Jan 9, 2025
1 parent 368d129 commit 80478ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwasmvm/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ mod tests {
b"cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2"
);
assert!(hackatom_report.contract_migrate_version.is_some);
assert_eq!(hackatom_report.contract_migrate_version.value, 42);
assert_eq!(hackatom_report.contract_migrate_version.value, 420);

let mut error_msg: UnmanagedVector = UnmanagedVector::default();
let ibc_reflect_report = analyze_code(
Expand Down

0 comments on commit 80478ad

Please sign in to comment.