Update StringToByteArrayUnitTest.java

This commit is contained in:
Loredana Crusoveanu 2018-10-18 22:59:29 +03:00 committed by GitHub
parent 8ef39f81b4
commit 6fd52ad66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,5 +56,4 @@ public class StringToByteArrayUnitTest {
assertEquals("test input", new String(result));
}
}