minor fix.
This commit is contained in:
parent
92b67b36a6
commit
8054742acb
|
@ -62,7 +62,7 @@ public class FileChannelUnitTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assertEquals(expected_value, out.toString());
|
assertEquals(expected_value, new String(out.toByteArray(), StandardCharsets.UTF_8));
|
||||||
out.close();
|
out.close();
|
||||||
channel.close();
|
channel.close();
|
||||||
fin.close();
|
fin.close();
|
||||||
|
|
Loading…
Reference in New Issue