diff options
| author | historia <gravel.justness270@slmail.me> | 2024-08-07 04:10:34 -0400 |
|---|---|---|
| committer | historia <gravel.justness270@slmail.me> | 2024-08-07 04:10:34 -0400 |
| commit | 6d3740e68631530dd612d5dc56cc83b990003e25 (patch) | |
| tree | 9dd0070a8c28a3e572ae17a92c453e0beb25326e /tests | |
| parent | 1320375ebc0e87956807c0c543abe9f9a9f1dd6e (diff) | |
| download | soon-6d3740e68631530dd612d5dc56cc83b990003e25.tar.gz | |
CLI option parsing and recursively search calendar path
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tconditions.nim | 2 | ||||
| -rw-r--r-- | tests/ttypechecker.nim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/tconditions.nim b/tests/tconditions.nim index 4732546..a0298e4 100644 --- a/tests/tconditions.nim +++ b/tests/tconditions.nim @@ -1,4 +1,4 @@ -import then/conditions +import soon/conditions import std/[unittest] import std/[times] diff --git a/tests/ttypechecker.nim b/tests/ttypechecker.nim index ee81fc4..5e76c2f 100644 --- a/tests/ttypechecker.nim +++ b/tests/ttypechecker.nim @@ -1,4 +1,4 @@ -import then/typechecker +import soon/typechecker import std/[unittest] test "Testing typechecker": |
