From 8359603f60c062f49be5d2b19c39dcda607f02fa Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 3 Jul 2023 13:27:53 +0200 Subject: [PATCH] Fix warning when using `check eventually` with chronos --- asynctest/eventually.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asynctest/eventually.nim b/asynctest/eventually.nim index 1265b9e..fd0dc2f 100644 --- a/asynctest/eventually.nim +++ b/asynctest/eventually.nim @@ -1,4 +1,4 @@ -import std/times +import std/times except milliseconds template eventually*(expression: untyped, timeout=5000): bool =