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)()