1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-17 04:30:03 +02:00

transport/redis_pubsub/publisher_test.go: Change Publish to Write in test name.

This commit is contained in:
Henrik Hautakoski 2023-03-08 10:01:56 +01:00
parent 347de718af
commit edaf662d50

View file

@ -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"})