Skip to content

Commit

Permalink
fixed hydration test
Browse files Browse the repository at this point in the history
  • Loading branch information
its-the-shrimp committed Oct 23, 2023
1 parent 9eddf43 commit 51c785b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/tests/hydration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ async fn hydration_with_suspense_not_suspended_at_start() {

assert_eq!(
result.as_str(),
r#"<div class="content-area"><textarea value="I am writing a long story..."></textarea><div class="action-area"><button class="take-a-break">Take a break!</button></div></div>"#
r#"<div class="content-area"><textarea>I am writing a long story</textarea><div class="action-area"><button class="take-a-break">Take a break!</button></div></div>"#
);
gloo::utils::document()
.query_selector(".take-a-break")
Expand Down

0 comments on commit 51c785b

Please sign in to comment.