mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 14:50:46 +01:00
With the move to akka _typed_, we will be using more and more scalatest's `eventually` as a replacement for akka's `awaitCond` (which isn't available in `testkit.typed`). But there is a catch: - `awaitCond` expects a boolean - `eventually` expects a non-failure Which means that we must use `eventually(assert(cond))`, and not `eventually(cond)`. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |