Skip to content

Commit

Permalink
Enhance the SimpleTestCommand test, make it cover more case.
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed May 24, 2024
1 parent 5f59df7 commit a886165
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public void testCommand(String... args) throws Exception {
verify(wh, times(1)).close();

// verify read entry 0-9
verify(rh, times(1)).readUnconfirmed(0, 9);
verify(rh, times(1)).read(0, 9);
}

Expand Down

0 comments on commit a886165

Please sign in to comment.