Skip to content

Commit

Permalink
Merge pull request #618 from fgeller/patch-1
Browse files Browse the repository at this point in the history
Fixes typo.
  • Loading branch information
eapache committed Mar 5, 2016
2 parents 8aadb47 + e0cbdba commit 241c8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocks/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (c *Consumer) SetTopicMetadata(metadata map[string][]int32) {

// ExpectConsumePartition will register a topic/partition, so you can set expectations on it.
// The registered PartitionConsumer will be returned, so you can set expectations
// on it using method chanining. Once a topic/partition is registered, you are
// on it using method chaining. Once a topic/partition is registered, you are
// expected to start consuming it using ConsumePartition. If that doesn't happen,
// an error will be written to the error reporter once the mock consumer is closed. It will
// also expect that the
Expand Down

0 comments on commit 241c8f8

Please sign in to comment.