Explorar o código

Fix the rebase I screwed up

Evan Huus %!s(int64=11) %!d(string=hai) anos
pai
achega
9073ffbee9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client_test.go

+ 1 - 1
client_test.go

@@ -133,7 +133,7 @@ func TestClientRefreshBehaviour(t *testing.T) {
 
 	mdr2 := new(MetadataResponse)
 	mdr2.AddTopicPartition("my_topic", 0xb, mb5.BrokerID(), nil, nil, NoError)
-	mb5.Returns(mdr2)
+	mb1.Returns(mdr2)
 
 	client, err := NewClient("clientID", []string{mb1.Addr()}, nil)
 	if err != nil {