Skip to content

Commit

Permalink
Fix test compilation bug due wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyZoltanPeter authored and darshankabariya committed Jun 28, 2024
1 parent 9dfa363 commit 8a68bd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/wakunode_rest/test_rest_filter.nim
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{.used.}

import
std/[os, times],
std/[os],
stew/byteutils,
stew/shims/net,
testutils/unittests,
presto,
presto/client as presto_client,
libp2p/crypto/crypto
libp2p/crypto/crypto,
chronos/timer
import
../../waku/waku_api/message_cache,
../../waku/waku_core,
Expand Down

0 comments on commit 8a68bd4

Please sign in to comment.