mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 14:04:20 +01:00
Fix typo in test name
This commit is contained in:
@@ -10,7 +10,7 @@ public class StringUtilsTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@SuppressWarnings("checkstyle:MagicNumber")
|
@SuppressWarnings("checkstyle:MagicNumber")
|
||||||
public void testUtf8Trucate() {
|
public void testUtf8Truncate() {
|
||||||
String s = "aÉbÔc";
|
String s = "aÉbÔc";
|
||||||
byte[] utf8 = s.getBytes(StandardCharsets.UTF_8);
|
byte[] utf8 = s.getBytes(StandardCharsets.UTF_8);
|
||||||
Assert.assertEquals(7, utf8.length);
|
Assert.assertEquals(7, utf8.length);
|
||||||
|
|||||||
Reference in New Issue
Block a user