Skip to content

Commit aca49b5

Browse files
kylecarbsmafredri
andauthored
Update cli/vscodeipc_test.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent fc50572 commit aca49b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/vscodeipc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestVSCodeIPC(t *testing.T) {
3232

3333
var line string
3434
require.Eventually(t, func() bool {
35-
fmt.Printf("Looking for port!\n")
35+
t.Log("Looking for port!")
3636
var err error
3737
line, err = buf.ReadString('\n')
3838
return err == nil

0 commit comments

Comments
 (0)