Skip to content

Commit f34770d

Browse files
committed
Rename tests
1 parent 39f3b2a commit f34770d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/relay/gateway_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
tcredis "github.com/testcontainers/testcontainers-go/modules/redis"
2424
)
2525

26-
func TestRelay_RegistersAGateway(t *testing.T) {
26+
func TestGateway_RegistersAGateway(t *testing.T) {
2727
ctx, cancel := context.WithCancel(context.Background())
2828
t.Cleanup(cancel)
2929

@@ -116,7 +116,7 @@ func TestRelay_RegistersAGateway(t *testing.T) {
116116
assert.Equal(t, WaitSuccess, result)
117117
}
118118

119-
func TestRelay_RelayGatewayConnectivity(t *testing.T) {
119+
func TestGateway_RelayGatewayConnectivity(t *testing.T) {
120120
ctx, cancel := context.WithCancel(context.Background())
121121
t.Cleanup(cancel)
122122

0 commit comments

Comments
 (0)