Skip to content

Commit 34d7394

Browse files
committed
Update MCLYTest.java
Removing Sysout statement
1 parent 7249050 commit 34d7394

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/java/eu/jangos/extractor/file/adt/chunk/MCLYTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public class MCLYTest {
3434
* Test of read method, of class MCLY.
3535
*/
3636
@Test
37-
public void testRead() throws IOException {
38-
System.out.println("read");
37+
public void testRead() throws IOException {
3938
ByteBuffer in = ByteBufferUtils.getByteBuffer("legit/adt/MCLY/mcly001");
4039
MCLY instance = new MCLY();
4140
instance.read(in);

0 commit comments

Comments
 (0)