nwaku/tests/testlib/comparisons.nim
Álex Cabeza Romero 49dd6c1989
test(peer-and-connection-management): Implement tests (#2566)
* Implement peer and connection management tests.
* Fix multiple peers added on initialisation.
* Remove clusterId parameter from newTestWakuNode.
2024-05-13 17:25:44 +02:00

3 lines
92 B
Nim

template chainedComparison*(a: untyped, b: untyped, c: untyped): bool =
a == b and b == c