mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 08:23:07 +00:00
7 lines
81 B
Nim
7 lines
81 B
Nim
|
|
import unittest
|
||
|
|
|
||
|
|
suite "example":
|
||
|
|
|
||
|
|
test "unit testing works":
|
||
|
|
check 2 == 2
|