Skip to content

Commit

Permalink
chore: remove redundant code (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Jun 24, 2024
1 parent b401b94 commit 8bdf9f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public void teardown() {
@Test
public void initWithLastCommittedIndex() {
BallotBoxOptions opts = new BallotBoxOptions();
this.closureQueue = new ClosureQueueImpl(GROUP_ID);
opts.setClosureQueue(this.closureQueue);
opts.setWaiter(this.waiter);
opts.setLastCommittedIndex(9);
Expand Down

0 comments on commit 8bdf9f1

Please sign in to comment.