Skip to content

Commit

Permalink
fix missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 27, 2024
1 parent 27fc50d commit 23ea99b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/crates/aggregate-wit-ui/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ impl bindgen::seed_keeper::wit_ui::wurbo_out::Host for MyCtx {
fn activate(&mut self, _selectors: Option<Vec<String>>) -> wasmtime::Result<()> {
Ok(())
}

fn customize(
&mut self,
_templates: Vec<(String, String)>,
) -> wasmtime::Result<Result<(), String>> {
Ok(Ok(()))
}
}

impl bindgen::wallet::aggregate_wit_ui::wurbo_types::Host for MyCtx {}
Expand Down

0 comments on commit 23ea99b

Please sign in to comment.