mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 14:26:27 +00:00
49dd6c1989
* Implement peer and connection management tests. * Fix multiple peers added on initialisation. * Remove clusterId parameter from newTestWakuNode.
3 lines
92 B
Nim
3 lines
92 B
Nim
template chainedComparison*(a: untyped, b: untyped, c: untyped): bool =
|
|
a == b and b == c
|