Merge pull request #776 from chengehe/master

chore: make function comments match function names
This commit is contained in:
Slyghtning 2024-06-06 13:07:38 +02:00 committed by GitHub
commit 3b3d3ac64f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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) {