Skip to content

Commit ea6bab6

Browse files
committed
update tests to match recent post-return change
Signed-off-by: Joel Dice <[email protected]>
1 parent 320c830 commit ea6bab6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/misc/component-async-tests/tests/scenario/round_trip.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ pub async fn test_round_trip(
442442
unreachable!()
443443
};
444444
assert_eq!(*expected, actual);
445+
foo_function.post_return_async(&mut store).await?;
445446
}
446447
}
447448
}

crates/misc/component-async-tests/tests/scenario/round_trip_many.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ async fn test_round_trip_many(
415415
unreachable!()
416416
};
417417
assert_eq!(&make(expected), actual);
418+
foo_function.post_return_async(&mut store).await?;
418419
}
419420
}
420421
}

0 commit comments

Comments
 (0)