diff --git a/tests/asynctest.nim b/tests/asynctest.nim index 4db8277f..7c6a4afd 100644 --- a/tests/asynctest.nim +++ b/tests/asynctest.nim @@ -1,3 +1,3 @@ -import pkg/asynctest/chronos/unittest2 +import pkg/asynctest/chronos/unittest -export unittest2 +export unittest diff --git a/tests/helpers/trackers.nim b/tests/helpers/trackers.nim index 898053c2..ed8c5692 100644 --- a/tests/helpers/trackers.nim +++ b/tests/helpers/trackers.nim @@ -1,5 +1,5 @@ import pkg/codex/streams/storestream -import pkg/unittest2 +import std/unittest # From lip2p/tests/helpers const trackerNames = [StoreStreamTrackerName]