We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f259330 commit 6c1082cCopy full SHA for 6c1082c
pkg/msg/msg_whitebox_test.go
@@ -21,7 +21,7 @@ func TestFatalInfoOnFalse(t *testing.T) {
21
var e []string
22
logFatalf = func(format string, args ...interface{}) {
23
if len(args) > 0 {
24
- e = append(e, fmt.Sprintf(format, args))
+ e = append(e, fmt.Sprintf(format, args...))
25
} else {
26
e = append(e, format)
27
}
0 commit comments