Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Nov 11, 2023
1 parent b8184cd commit 17884c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/host/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl Env {
.try_into()
.map_err(|_| wasm_error!(WasmErrorInner::PointerMap))?;

if exhaused > 0 {
if exhausted > 0 {
return Ok(MeteringPoints::Exhausted);
}

Expand Down

0 comments on commit 17884c6

Please sign in to comment.