Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 19, 2022
1 parent 89344b3 commit 8bf99f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/tests/suspense.rs
Expand Up @@ -639,7 +639,7 @@ async fn use_suspending_future_works() {
async fn use_suspending_future_with_deps_works() {
#[derive(PartialEq, Properties)]
struct ContentProps {
delay_millis: u32,
delay_millis: u64,
}

#[function_component(Content)]
Expand Down

0 comments on commit 8bf99f3

Please sign in to comment.