mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-03 22:13:09 +00:00
8 lines
120 B
Nim
8 lines
120 B
Nim
|
|
import pkg/asynctest/chronos/unittest
|
||
|
|
|
||
|
|
suite "Example tests":
|
||
|
|
test "Example":
|
||
|
|
echo "Woo!"
|
||
|
|
check:
|
||
|
|
1 == 1
|