Skip to content

Commit

Permalink
ensure really deep nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 20, 2023
1 parent 0e46ad5 commit 1dead22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void testPathEncryptionDEEP() throws IOException {
Mockito.when(dataRoot.resolve("00")).thenReturn(d00);
Mockito.when(fileNameCryptor.hashDirectoryId("")).thenReturn("0000");

int maxNestingDepth = 9;
int maxNestingDepth = 97;

for (int depth=0; depth < maxNestingDepth; depth++) {
var dirId = "%02d".formatted(depth);
Expand Down

0 comments on commit 1dead22

Please sign in to comment.