mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
chore: make function comments match function names
Signed-off-by: chengehe <hechenge@yeah.net>
This commit is contained in:
parent
88c7194e2e
commit
0aff202988
2 changed files with 2 additions and 2 deletions
|
|
@ -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)()
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue