chore: fix function names in comment

Signed-off-by: fuyangpengqi <995764973@qq.com>
This commit is contained in:
fuyangpengqi
2024-04-18 20:58:15 +08:00
parent 2ccf58e2af
commit 5f22d97b51
5 changed files with 6 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ func respondMoreChans(t *testing.T, testCtx *testContext, resp moreChansResp) {
}
}
// respondMoreChans consumes the nodeScoresArgs element and responds to the
// respondNodeScores consumes the nodeScoresArgs element and responds to the
// agent with the given node scores.
func respondNodeScores(t *testing.T, testCtx *testContext,
resp map[NodeID]*NodeScore) {
@@ -468,7 +468,7 @@ func TestAgentChannelCloseSignal(t *testing.T) {
}
}
// TestAgentBalanceUpdateIncrease ensures that once the agent receives an
// TestAgentBalanceUpdate ensures that once the agent receives an
// outside signal concerning a balance update, then it will re-query the
// heuristic to determine its next action.
func TestAgentBalanceUpdate(t *testing.T) {