summaryrefslogtreecommitdiffstats
path: root/tokio-test/tests/block_on.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-test/tests/block_on.rs')
-rw-r--r--tokio-test/tests/block_on.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-test/tests/block_on.rs b/tokio-test/tests/block_on.rs
index 280471df..efaaf510 100644
--- a/tokio-test/tests/block_on.rs
+++ b/tokio-test/tests/block_on.rs
@@ -18,7 +18,7 @@ fn async_fn() {
}
#[test]
-fn test_delay() {
+fn test_sleep() {
let deadline = Instant::now() + Duration::from_millis(100);
block_on(async {