Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jun 26, 2024
1 parent e8310e2 commit 9ce2011
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 @@ -763,7 +763,7 @@ mod tests {
hackatom_report.required_capabilities.consume().unwrap(),
b""
);
assert_eq!(hackatom_report.contract_migrate_version.is_some, true);
assert!(hackatom_report.contract_migrate_version.is_some);
assert_eq!(hackatom_report.contract_migrate_version.value, 42);

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

0 comments on commit 9ce2011

Please sign in to comment.