mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-08-27 00:11:10 +00:00
test(waku-relay): Relay (#2101)
* Implement message id tests. * Implement relay tests. * Update import paths to use test_all.
This commit is contained in:
committed by
GitHub
parent
a0ee60f394
commit
e6f8204bc3
@@ -6,3 +6,6 @@ import ../../../waku/waku_core/message
|
||||
|
||||
proc newPushHandlerFuture*(): Future[(string, WakuMessage)] =
|
||||
newFuture[(string, WakuMessage)]()
|
||||
|
||||
proc newBoolFuture*(): Future[bool] =
|
||||
newFuture[bool]()
|
||||
|
||||
Reference in New Issue
Block a user