Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Mar 2, 2024
1 parent 2726c53 commit 41a3174
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/peerpiper-wallet/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ impl bindgen::peerpiper::wallet::wurbo_in::Host for MyCtx {
fn set_hash(&mut self, _hash: String) -> wasmtime::Result<()> {
Ok(())
}

/// Emits an event (stub)
fn emit(&mut self, _event: String) -> wasmtime::Result<()> {
Ok(())
}
}

#[derive(Error, Debug)]
Expand Down

0 comments on commit 41a3174

Please sign in to comment.