Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <[email protected]>
  • Loading branch information
Sachin Kale committed Apr 4, 2024
1 parent 38ac5b0 commit 2852ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void testNewDirectory() throws IOException {
eq(BlobContainer.BlobNameSortOrder.LEXICOGRAPHIC),
any()
);
verify(repositoriesService, times(2)).repository("remote_store_repository");
verify(repositoriesService, times(3)).repository("remote_store_repository");
}
}

Expand Down

0 comments on commit 2852ca4

Please sign in to comment.