mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-14 17:04:53 +00:00
817b2e067a
* Add ligthpush payload tests. * Add end to end lightpush tests. * updating vendor/nim-unittest2 to protect against core dump issue * Enable "Valid Payload Sizes" test again --------- Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
5 lines
110 B
Nim
5 lines
110 B
Nim
import chronos
|
|
|
|
template assertResultOk*[T, E](result: Result[T, E]) =
|
|
assert result.isOk(), result.error()
|