Skip to content

Commit fc50572

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

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
@@ -24,7 +24,7 @@ func TestVSCodeIPC(t *testing.T) {
2424
cmd.SetOut(&buf)
2525
ctx, cancelFunc := testutil.Context(t)
2626
defer cancelFunc()
27-
done := make(chan error)
27+
done := make(chan error, 1)
2828
go func() {
2929
err := cmd.ExecuteContext(ctx)
3030
done <- err

0 commit comments

Comments
 (0)