Skip to content

Commit

Permalink
Merge pull request lightninglabs#776 from chengehe/master
Browse files Browse the repository at this point in the history
chore: make function comments match function names
  • Loading branch information
hieblmi authored Jun 6, 2024
2 parents 88c7194 + 0aff202 commit 3b3d3ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)()
Expand Down
2 changes: 1 addition & 1 deletion liquidity/threshold_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3b3d3ac

Please sign in to comment.