Skip to content

Commit

Permalink
fix (#7209)
Browse files Browse the repository at this point in the history
Co-authored-by: lizhenglei <[email protected]>
  • Loading branch information
jackyyyyyssss and q3356564 authored Jul 16, 2024
1 parent ee98d5d commit 497eb74
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 497eb74

Please sign in to comment.