mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-02 21:43:11 +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
|