This commit is contained in:
Kovid Goyal
2025-01-16 13:21:31 +05:30
parent 081c061538
commit 0ffaaff8a7
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ func TestParseSocketAddress(t *testing.T) {
test(spec)
}
teste := func(spec string, e string) {
eerr = fmt.Errorf(e)
eerr = fmt.Errorf("%s", e)
test(spec)
}