Files
lnd/kvdb/etcd
Elle Mouton 6ff0c85d76 kvdb/etcd: remove context.TODO() from test helpers
We want `context.TODO()` to be high signal in the code-base. It should
signal clearly that work is required to thread parent context through to
the call-site. So to keep the signal-to-noise ratio high, we remove any
context.TODO() calls from tests since these will never need to be
replace by a parent context.

After this commit, there is only a single context.TODO() left in the
code-base.
2025-05-22 14:14:36 +02:00
..
2022-10-13 09:37:52 +02:00
2022-10-13 09:37:52 +02:00
2024-01-03 12:06:32 +08:00
2025-04-01 12:40:31 +02:00
2022-10-13 09:37:52 +02:00
2024-01-03 12:06:32 +08:00