From 143111e3686de15119ec34d46d7b126a5c9501c9 Mon Sep 17 00:00:00 2001 From: alpeb-btc Date: Wed, 26 Oct 2022 13:04:51 -0500 Subject: [PATCH] lnrpc: fix typos in addinvoice_test.go --- lnrpc/invoicesrpc/addinvoice_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnrpc/invoicesrpc/addinvoice_test.go b/lnrpc/invoicesrpc/addinvoice_test.go index d7ee620eb..e4255774e 100644 --- a/lnrpc/invoicesrpc/addinvoice_test.go +++ b/lnrpc/invoicesrpc/addinvoice_test.go @@ -463,7 +463,7 @@ var sufficientHintsTestCases = []struct { targetAmount lnwire.MilliSatoshi done bool }{{ - name: "not enoguh hints neither bandwidth", + name: "not enough hints neither bandwidth", nHintsLeft: 3, currentAmount: 100, targetAmount: 200, @@ -473,7 +473,7 @@ var sufficientHintsTestCases = []struct { nHintsLeft: 0, done: true, }, { - name: "enoguh bandwidth", + name: "enough bandwidth", nHintsLeft: 1, currentAmount: 200, targetAmount: 200,