Skip to content

Commit 30c2474

Browse files
committedJun 9, 2021
format
1 parent 7037947 commit 30c2474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mq/mq_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ var _ = Describe("MQ", func() {
369369
}
370370

371371
// cannot consume msgs of height less than the min height
372-
n := queue.Consume(minHeight - 1, proposeCallback, prevoteCallback, precommitCallback)
372+
n := queue.Consume(minHeight-1, proposeCallback, prevoteCallback, precommitCallback)
373373
Expect(n).To(Equal(0))
374374
Expect(i).To(Equal(0))
375375

0 commit comments

Comments
 (0)