Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Sep 29, 2024
1 parent 6310234 commit e48b3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gosub_html5/src/node/arena.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ mod tests {
}

#[test]
#[should_panic(expected = "assertion `left == right` failed: Node is already attached to an arena")]
#[should_panic(expected = "Node is already attached to an arena")]
fn register_node_twice() {
let mut doc_handle = DocumentBuilderImpl::new_document(None);

Expand Down

0 comments on commit e48b3dc

Please sign in to comment.