Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Fix/remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
dim committed Mar 7, 2018
1 parent 895dd20 commit 60c9f44
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions partitions_test.go
Expand Up @@ -84,15 +84,6 @@ var _ = Describe("partitionConsumer", func() {
}))
})

It("should not fail when nil", func() {
blank := (*partitionConsumer)(nil)
Expect(func() {
_ = blank.getState()
blank.MarkOffset(2001, "met@")
blank.markCommitted(2001)
}).NotTo(Panic())
})

})

var _ = Describe("partitionMap", func() {
Expand Down

0 comments on commit 60c9f44

Please sign in to comment.