Skip to content

Commit cd8e17c

Browse files
committed
docs: remove sonar issues
1 parent 8595563 commit cd8e17c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

turbo-unit-core/src/test/java/org/fugerit/java/turbo/unit/core/io/TestExampleReadStream.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ void testOk() throws IOException {
4444
ExampleReadStream example = new ExampleReadStream();
4545
String testOk = "OK";
4646
try (InputStream is = new ByteArrayInputStream(testOk.getBytes())) {
47-
// Assertions.assertThrows(ExampleRuntimeException.class, () -> example.readBytes(is));
4847
byte[] data = example.readBytes(is);
4948
Assertions.assertArrayEquals( data, testOk.getBytes() );
5049
}

0 commit comments

Comments
 (0)