Skip to content

Commit

Permalink
chore: fix tests for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Dec 23, 2023
1 parent 43ed2cd commit 716af4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ mod tests {
)
"#;
let wasm = wat::parse_str(code).unwrap();
let store = Store::from_bytes(&wasm, None).unwrap();
let store = Store::from_bytes(wasm, None).unwrap();
Rc::new(RefCell::new(store))
};

Expand Down

0 comments on commit 716af4d

Please sign in to comment.