Browse Source

Fix the rebase I screwed up

Evan Huus 11 years ago
parent
commit
9073ffbee9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client_test.go

+ 1 - 1
client_test.go

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