Skip to content

Commit 4cb83ba

Browse files
committed
Fix Windows import
1 parent 4576a97 commit 4cb83ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pty/start_windows_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"os/exec"
99
"testing"
1010

11-
"github.com/coder/coder/pty"
12-
"github.com/coder/coder/pty/ptytest"
11+
"github.com/coder/coder/v2/pty"
12+
"github.com/coder/coder/v2/pty/ptytest"
1313
"github.com/stretchr/testify/assert"
1414
"github.com/stretchr/testify/require"
1515
"go.uber.org/goleak"

0 commit comments

Comments
 (0)