Skip to content

Commit 5306231

Browse files
committed
fixed unit test
1 parent 95c46b4 commit 5306231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/notify/notify_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func TestMaybePrintUpdateText(t *testing.T) {
154154
tempDir := tests.MakeTempDir()
155155
defer tests.RemoveTempDir(tempDir)
156156
outputBuffer := tests.NewFakeFile()
157-
out.SetErrFile(outputBuffer)
157+
out.SetOutFile(outputBuffer)
158158

159159
var tc = []struct {
160160
len int

0 commit comments

Comments
 (0)