mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-12 07:08:24 +01:00
multi: fix canceled spelling
This commit is contained in:
@@ -712,7 +712,7 @@ func TestNodeUpdateNotification(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestNotificationCancellation tests that notifications are properly cancelled
|
||||
// TestNotificationCancellation tests that notifications are properly canceled
|
||||
// when the client wishes to exit.
|
||||
func TestNotificationCancellation(t *testing.T) {
|
||||
t.Parallel()
|
||||
@@ -800,7 +800,7 @@ func TestNotificationCancellation(t *testing.T) {
|
||||
t.Fatal("notification sent but shouldn't have been")
|
||||
|
||||
case <-time.After(time.Second * 5):
|
||||
t.Fatal("notification client never cancelled")
|
||||
t.Fatal("notification client never canceled")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user