Skip to content

Commit

Permalink
Avoid importing quic and ngtcp2 dependencies through tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyZoltanPeter committed Nov 8, 2024
1 parent 410c82f commit bf944f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_waku_rendezvous.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{.used.}

import chronos, testutils/unittests, libp2p, libp2p/protocols/rendezvous
import chronos, testutils/unittests, libp2p/builders, libp2p/protocols/rendezvous

import waku/node/waku_switch, ./testlib/common, ./testlib/wakucore

Expand Down
2 changes: 1 addition & 1 deletion tests/test_waku_switch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import
testutils/unittests,
chronos,
libp2p,
libp2p/builders,
libp2p/protocols/connectivity/autonat/client,
libp2p/protocols/connectivity/relay/relay,
libp2p/protocols/connectivity/relay/client,
Expand Down

0 comments on commit bf944f2

Please sign in to comment.