mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
chore: fix typo
This commit is contained in:
@@ -121,7 +121,7 @@ func TestProcessBlockConsumerQuitAfterSend(t *testing.T) {
|
||||
require.Equal(t, mockBeat, beat)
|
||||
|
||||
// Instead of sending nil to the consumer's error channel, close the
|
||||
// quit chanel.
|
||||
// quit channel.
|
||||
close(quitChan)
|
||||
|
||||
// Assert ProcessBlock returned nil.
|
||||
|
Reference in New Issue
Block a user