Skip to content
Snippets Groups Projects
Unverified Commit 08b191d7 authored by akwizgran's avatar akwizgran
Browse files

Fixed a typo in a comment in a test. URGENT STUFF!

parent 06335c2c
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ public class StringUtilsTest extends BriarTestCase { ...@@ -124,7 +124,7 @@ public class StringUtilsTest extends BriarTestCase {
(byte) 0xED, (byte) 0xB0, (byte) 0x80, (byte) 0xED, (byte) 0xB0, (byte) 0x80,
(byte) 0xC8, (byte) 0x85 // U+0205 (byte) 0xC8, (byte) 0x85 // U+0205
}; };
// Converstion should ignore the invalid character and return the rest // Conversion should ignore the invalid character and return the rest
String expected = "\u0205"; String expected = "\u0205";
assertEquals(expected, StringUtils.fromUtf8(b)); assertEquals(expected, StringUtils.fromUtf8(b));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment