From b41aae7e8826a9ba01c184b67fb12f272507dd4b 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 =