mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-04 22:13:12 +00:00
12 lines
237 B
Nim
12 lines
237 B
Nim
import pkg/asynctest/chronos/unittest
|
|
|
|
include ../common/testbody
|
|
include ../common/testfail
|
|
|
|
import std/times
|
|
|
|
suite "eventually and std/times":
|
|
|
|
test "compiles when both chronos and std/times are imported":
|
|
check eventually true
|