diff --git a/transport/redis_pubsub/publisher_test.go b/transport/redis_pubsub/publisher_test.go index ff9c3ef..3c29c52 100644 --- a/transport/redis_pubsub/publisher_test.go +++ b/transport/redis_pubsub/publisher_test.go @@ -9,7 +9,7 @@ import ( "github.com/stretchr/testify/assert" ) -func TestPublisher_Publish(t *testing.T) { +func TestPublisher_Write(t *testing.T) { client, mock := redismock.NewClientMock() pub := NewPublisher(client, Namespace{ChainID: "id"})