Skip to content

Commit 7b3377e

Browse files
committed
format
1 parent 331034f commit 7b3377e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/integration/mount_start_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import (
2525
"os/exec"
2626
"strings"
2727
"testing"
28-
"time"
2928
)
3029

3130
const (
@@ -124,7 +123,7 @@ func validateMount(ctx context.Context, t *testing.T, profile string) {
124123
// We can't get the mount details with Hyper-V
125124
if HyperVDriver() {
126125
return
127-
}
126+
}
128127

129128
args = sshArgs
130129
args = append(args, "mount", "|", "grep", "9p")

0 commit comments

Comments
 (0)