Skip to content

Commit 3b3d3ac

Browse files
authored
Merge pull request #776 from chengehe/master
chore: make function comments match function names
2 parents 88c7194 + 0aff202 commit 3b3d3ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func TestLoopOutFailOffchain(t *testing.T) {
106106
ctx.finish()
107107
}
108108

109-
// TestLoopOutWrongAmount asserts that the client checks the server invoice
109+
// TestLoopOutFailWrongAmount asserts that the client checks the server invoice
110110
// amounts.
111111
func TestLoopOutFailWrongAmount(t *testing.T) {
112112
defer test.Guard(t)()

liquidity/threshold_rule_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func TestCalculateAmount(t *testing.T) {
177177
}
178178
}
179179

180-
// TestSuggestSwaps tests swap suggestions for the threshold rule. It does not
180+
// TestSuggestSwap tests swap suggestions for the threshold rule. It does not
181181
// many different values because we have separate tests for swap amount
182182
// calculation.
183183
func TestSuggestSwap(t *testing.T) {

0 commit comments

Comments
 (0)