mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
transport/redis_pubsub/publisher_test.go: Change Publish to Write in test name.
This commit is contained in:
parent
347de718af
commit
edaf662d50
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestPublisher_Publish(t *testing.T) {
|
func TestPublisher_Write(t *testing.T) {
|
||||||
client, mock := redismock.NewClientMock()
|
client, mock := redismock.NewClientMock()
|
||||||
|
|
||||||
pub := NewPublisher(client, Namespace{ChainID: "id"})
|
pub := NewPublisher(client, Namespace{ChainID: "id"})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue