chore: fix some function names in comment

Signed-off-by: zhuhaicity <zhuhai@52it.net>
This commit is contained in:
zhuhaicity
2025-01-12 14:57:51 +08:00
committed by Ming Deng
parent a21efb5613
commit 5da7cabb59
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ func TestStartMock(t *testing.T) {
assert.Equal(t, expectedResp, resp)
}
// TestStartMock_Isolation Test StartMock that
// TestStartMockIsolation Test StartMock that
// mock only work for this request
func TestStartMockIsolation(t *testing.T) {
// httplib.defaultSetting.FilterChains = []httplib.FilterChain{mockFilter.FilterChain}