Skip to content

Commit

Permalink
Add expected call to upgrader test
Browse files Browse the repository at this point in the history
  • Loading branch information
DomGarguilo committed Dec 2, 2024
1 parent 6cd4585 commit 03d9624
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ public void upgradeZooKeeperTest() throws Exception {
expectLastCall().once();
}

expect(zrw.exists(eq(zkRoot + "/problems"))).andReturn(false).once();

replay(context, zrw);

upgrader.upgradeZookeeper(context);
Expand Down

0 comments on commit 03d9624

Please sign in to comment.