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 committed Jun 27, 2024
1 parent 4054683 commit 13f0baf
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 13f0baf

Please sign in to comment.