chore: fix some inconsistent function name in comment

Signed-off-by: youzichuan <youzichuan6@outlook.com>
This commit is contained in:
youzichuan
2025-08-13 16:22:45 +08:00
committed by Jesse Gross
parent a343ae53a4
commit bb71654ebe
4 changed files with 4 additions and 4 deletions

View File

@@ -468,7 +468,7 @@ func TestErrorUnmarshal(t *testing.T) {
}
}
// TestParseNameErrors tests that parseName returns errors messages with enough
// TestParseNameExtendedErrors tests that parseName returns errors messages with enough
// detail for users to debug naming issues they may encounter. Previous to this
// test, the error messages were not very helpful and each problem was reported
// as the same message.