merge fix-conflicting-unittests

This commit is contained in:
Jaremy Creechley 2023-09-11 13:08:59 -07:00
commit ce8738568b
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
3 changed files with 3 additions and 2 deletions

1
tests/config.nims Normal file
View File

@ -0,0 +1 @@
--path:".."

View File

@ -3,7 +3,7 @@ import std/os
import std/sequtils
from std/algorithm import sort, reversed
import pkg/asynctest/unittest2
import pkg/asynctest
import pkg/chronos
import pkg/stew/results
import pkg/stew/byteutils

View File

@ -3,7 +3,7 @@ import std/sequtils
import std/os
from std/algorithm import sort, reversed
import pkg/asynctest/unittest2
import pkg/asynctest
import pkg/chronos
import pkg/stew/results
import pkg/stew/byteutils