chore: fix wrong function name in comment

Signed-off-by: goldlinker <goldlinker@outlook.jp>
This commit is contained in:
goldlinker 2025-09-30 16:12:20 +08:00
parent 39858a0859
commit 0a7e9aeec0

View File

@ -1233,7 +1233,7 @@ func TestContextRenderNoContentHTML(t *testing.T) {
assert.Equal(t, "text/html; charset=utf-8", w.Header().Get("Content-Type"))
}
// TestContextXML tests that the response is serialized as XML
// TestContextRenderXML tests that the response is serialized as XML
// and Content-Type is set to application/xml
func TestContextRenderXML(t *testing.T) {
w := httptest.NewRecorder()