mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 00:15:12 +02:00
Fix #8220
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user