Skip to content

Commit

Permalink
Fix merge problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Aug 14, 2017
1 parent 9f5af42 commit 5731e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func TestConsumerAPIs(t *testing.T) {
t.Errorf("Unassign failed: %s", err)
}

topic := "mytopic"
topic = "mytopic"
// OffsetsForTimes
offsets, err := c.OffsetsForTimes([]TopicPartition{{Topic: &topic, Offset: 12345}}, 100)
t.Logf("OffsetsForTimes() returned Offsets %s and error %s\n", offsets, err)
Expand Down

0 comments on commit 5731e4f

Please sign in to comment.