Skip to content

Commit

Permalink
Fix arguments for Logf
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Oct 11, 2023
1 parent 64dda1e commit 551d95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shell/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type ExecutorConfig struct {

// TestingT is used by testingWriter and allows passing testing.T.
type TestingT interface {
Logf(args ...any)
Logf(format string, args ...any)
}

// testingWriter writes to the given testing.TB.
Expand Down

0 comments on commit 551d95b

Please sign in to comment.