We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14017fd commit 5c0d6abCopy full SHA for 5c0d6ab
1 file changed
src/test/java/org/cactoos/func/AsyncTest.java
@@ -24,7 +24,7 @@
24
* @since 0.10
25
* @checkstyle JavadocMethodCheck (500 lines)
26
*/
27
-@SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert")
+@SuppressWarnings({"PMD.JUnitTestsShouldIncludeAssert", "PMD.CloseResource"})
28
final class AsyncTest {
29
@Test
30
void runsInBackground() {
0 commit comments