File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ require (
31
31
github.com/mr-tron/base58 v1.2.0
32
32
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
33
33
github.com/onsi/ginkgo/v2 v2.13.1
34
- github.com/onsi/gomega v1.29.0
35
34
github.com/pires/go-proxyproto v0.6.2
36
35
github.com/prometheus/client_golang v1.14.0
37
36
github.com/prometheus/client_model v0.3.0
@@ -110,7 +109,6 @@ require (
110
109
github.com/gogo/protobuf v1.3.2 // indirect
111
110
github.com/golang/protobuf v1.5.3 // indirect
112
111
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
113
- github.com/google/go-cmp v0.6.0 // indirect
114
112
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
115
113
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
116
114
github.com/hashicorp/go-bexpr v0.1.10 // indirect
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ package e2e_test
6
6
import (
7
7
"testing"
8
8
9
- "github.com/onsi/gomega"
10
-
11
9
// ensure test packages are scanned by ginkgo
12
10
_ "github.com/ava-labs/avalanchego/tests/e2e/banff"
13
11
_ "github.com/ava-labs/avalanchego/tests/e2e/c"
@@ -24,7 +22,6 @@ import (
24
22
)
25
23
26
24
func TestE2E (t * testing.T ) {
27
- gomega .RegisterFailHandler (ginkgo .Fail )
28
25
ginkgo .RunSpecs (t , "e2e test suites" )
29
26
}
30
27
Original file line number Diff line number Diff line change @@ -9,15 +9,13 @@ import (
9
9
"testing"
10
10
11
11
"github.com/onsi/ginkgo/v2"
12
- "github.com/onsi/gomega"
13
12
"github.com/stretchr/testify/require"
14
13
15
14
"github.com/ava-labs/avalanchego/tests/fixture/e2e"
16
15
"github.com/ava-labs/avalanchego/tests/fixture/tmpnet"
17
16
)
18
17
19
18
func TestUpgrade (t * testing.T ) {
20
- gomega .RegisterFailHandler (ginkgo .Fail )
21
19
ginkgo .RunSpecs (t , "upgrade test suites" )
22
20
}
23
21
You can’t perform that action at this time.
0 commit comments