We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f3b2a commit f34770dCopy full SHA for f34770d
e2e/relay/gateway_test.go
@@ -23,7 +23,7 @@ import (
23
tcredis "github.com/testcontainers/testcontainers-go/modules/redis"
24
)
25
26
-func TestRelay_RegistersAGateway(t *testing.T) {
+func TestGateway_RegistersAGateway(t *testing.T) {
27
ctx, cancel := context.WithCancel(context.Background())
28
t.Cleanup(cancel)
29
@@ -116,7 +116,7 @@ func TestRelay_RegistersAGateway(t *testing.T) {
116
assert.Equal(t, WaitSuccess, result)
117
}
118
119
-func TestRelay_RelayGatewayConnectivity(t *testing.T) {
+func TestGateway_RelayGatewayConnectivity(t *testing.T) {
120
121
122
0 commit comments