Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
q3356564 committed Jul 16, 2024
1 parent ee98d5d commit 034835c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void testFakeSourceToInMemorySink() throws IOException, InterruptedExcept
if (cacheMode()) {
Assertions.assertTrue(3 >= getClassLoaderCount());
} else {
Assertions.assertTrue(2 + i >= getClassLoaderCount());
Assertions.assertTrue(3 + 2 * i >= getClassLoaderCount());
}
}
}
Expand Down

0 comments on commit 034835c

Please sign in to comment.