chore: make function comments match function names

Signed-off-by: chengehe <hechenge@yeah.net>
This commit is contained in:
chengehe 2024-06-06 17:39:29 +08:00
parent 88c7194e2e
commit 0aff202988
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ func TestLoopOutFailOffchain(t *testing.T) {
ctx.finish()
}
// TestLoopOutWrongAmount asserts that the client checks the server invoice
// TestLoopOutFailWrongAmount asserts that the client checks the server invoice
// amounts.
func TestLoopOutFailWrongAmount(t *testing.T) {
defer test.Guard(t)()

View file

@ -177,7 +177,7 @@ func TestCalculateAmount(t *testing.T) {
}
}
// TestSuggestSwaps tests swap suggestions for the threshold rule. It does not
// TestSuggestSwap tests swap suggestions for the threshold rule. It does not
// many different values because we have separate tests for swap amount
// calculation.
func TestSuggestSwap(t *testing.T) {