Skip to content

Commit

Permalink
fix example test error
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Sep 18, 2023
1 parent d8f2198 commit 7c960a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/example/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ mod tests {
let program = Program::current(&system);

let res = program.send_bytes(42, "INIT");
assert!(res.log().is_empty());
}
}

0 comments on commit 7c960a3

Please sign in to comment.