updates bittorrent tests to use unittest2

This commit is contained in:
Marcin Czenko 2025-03-20 03:48:55 +01:00
parent 9707a448f2
commit 1b4f045093
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import std/unittest
import std/strformat
import std/sequtils
import pkg/unittest2
import pkg/nimcrypto
import pkg/stew/byteutils
import pkg/questionable

View File

@ -1,6 +1,6 @@
import std/unittest
import std/strformat
import pkg/unittest2
import pkg/libp2p/[cid, multicodec, multihash]
import pkg/stew/byteutils
import pkg/questionable