lnd/docs/release-notes
Olaoluwa Osuntokun 650827aade
routing: add wait.NoError to TestBlockDifferenceFix assertion
This fixes a flake I've seen in the wild lately:
```
--- FAIL: TestBlockDifferenceFix (0.01s)
    router_test.go:4335: height should have been updated to 5, instead got 4
FAIL
FAIL	github.com/lightningnetwork/lnd/routing	3.865s
FAIL
```

We wrap things in an assertion loop to ensure that timing quirks don't
cause the test to fail sporadically.
2021-09-17 17:02:03 -07:00
..
release-notes-0.13.1.md build: bump btcwallet 2021-07-08 14:34:16 +02:00
release-notes-0.13.2.md docs/release-notes: add item for easy AMP CLI re-use 2021-08-04 19:17:57 -07:00
release-notes-0.14.0.md routing: add wait.NoError to TestBlockDifferenceFix assertion 2021-09-17 17:02:03 -07:00