mirror of
https://github.com/status-im/asynctest.git
synced 2025-02-16 14:58:06 +00:00
5 lines
182 B
Nim
5 lines
182 B
Nim
{.error:
|
|
"As of version 0.5.0 you need to import either " &
|
|
"asynctest/asyncdispatch/unittest or " &
|
|
"asynctest/chronos/unittest depending on your choice of async framework".}
|