Skip to content

Commit 3193c1e

Browse files
committed
Fix tests.
1 parent 67df923 commit 3193c1e

File tree

1 file changed

+1
-1
lines changed
  • packages/yew/tests/common

1 file changed

+1
-1
lines changed

packages/yew/tests/common/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ pub fn obtain_result_by_id(id: &str) -> String {
1515
}
1616

1717
pub fn output_element() -> web_sys::Element {
18-
gloo_utils::document().get_element_by_id("output").unwrap()
18+
gloo::utils::document().get_element_by_id("output").unwrap()
1919
}

0 commit comments

Comments
 (0)