Skip to content

Commit 72d2352

Browse files
authored
Fix windows test imports for Ginkgo v2 (#2822)
1 parent 35ea163 commit 72d2352

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

actor/pushaction/command_line_settings_windows_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"code.cloudfoundry.org/cli/util/manifest"
99

1010
. "github.com/onsi/ginkgo/v2"
11-
. "github.com/onsi/ginkgo/v2/extensions/table"
1211
. "github.com/onsi/gomega"
1312
)
1413

actor/pushaction/merge_and_validate_settings_and_manifest_windows_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"code.cloudfoundry.org/cli/util/manifest"
1212

1313
. "github.com/onsi/ginkgo/v2"
14-
. "github.com/onsi/ginkgo/v2/extensions/table"
1514
. "github.com/onsi/gomega"
1615
)
1716

0 commit comments

Comments
 (0)