Skip to content

Commit

Permalink
Fix test to match changes made in e41d672
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 7, 2024
1 parent 56548aa commit 0f73055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void testInitialize() throws Exception {

driver.close();

verify(mockZkc, times(1)).close();
verify(mockZkc, times(1)).close(5000);
assertNull(driver.zk);
}

Expand Down

0 comments on commit 0f73055

Please sign in to comment.