Skip to content

Commit

Permalink
fixed wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
its-the-shrimp committed Oct 28, 2023
1 parent dadb9bf commit 3d983e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yew/src/dom_bundle/btag/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -830,11 +830,11 @@ mod tests {
fn dynamic_tags_work() {
let (root, scope, parent) = setup_parent();

let elem = html! { <@{
let elem = html! { <@{{
let mut builder = String::new();
builder.push('a');
builder
}/> };
}}/> };

let (_, mut elem) = elem.attach(&root, &scope, &parent, DomSlot::at_end());
let vtag = assert_btag_mut(&mut elem);
Expand Down

0 comments on commit 3d983e5

Please sign in to comment.