Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jan 29, 2024
1 parent 5358a78 commit b70d5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/crates/aggregate-wit-ui/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ mod aggregate_example_tests {
// should be able to also call aggregation_activate()
bindings
.wallet_aggregate_wit_ui_aggregation()
.call_activates(&mut store)?;
.call_activates(&mut store, None)?;

// now pass
// only seed_ui as context for render, should get only seed UI HTML
Expand Down

0 comments on commit b70d5c5

Please sign in to comment.