Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Dec 14, 2024
1 parent 3b745ca commit d866ebd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/host/src/module/wasmer_wamr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ pub mod tests {
0x61, 0x64, 0x64, 0x5f, 0x6f, 0x6e, 0x65, 0x02, 0x07, 0x01, 0x00, 0x01, 0x00, 0x02,
0x70, 0x30,
];

let res = build_module(wasm.as_slice());
assert!(res.is_ok())
}
}

0 comments on commit d866ebd

Please sign in to comment.