docs: Fix broken link to lnd_test.go

This commit is contained in:
3nprob 2021-12-13 15:32:30 +01:00 committed by Oliver Gugger
parent df8333cad7
commit 258c1987e8
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -156,7 +156,7 @@ A quick summary of test practices follows:
or RPC's will need to be accompanied by integration tests which use the
[`networkHarness`framework](https://github.com/lightningnetwork/lnd/blob/master/lntest/harness.go)
contained within `lnd`. For example integration tests, see
[`lnd_test.go`](https://github.com/lightningnetwork/lnd/blob/master/lnd_test.go#L181).
[`lnd_test.go`](https://github.com/lightningnetwork/lnd/blob/master/lntest/itest/lnd_test.go).
- The itest log files are automatically scanned for `[ERR]` lines. There
shouldn't be any of those in the logs, see [Use of Log Levels](#use-of-log-levels).