Correct test name

This commit is contained in:
Philip Whitehouse 2017-08-31 13:27:32 +01:00 committed by Philip Whitehouse
parent 1471e7a063
commit 79582f12e4

View file

@ -153,7 +153,7 @@ public class DecoderUtilTest {
} }
@Test @Test
public void decodeEncodedWords_withBrokenEncoding_returnsEncodedData() { public void decodeEncodedWords_withPartiallyEncoded_returnsBothSections() {
body = "=?us-ascii?q?abc?= =?"; body = "=?us-ascii?q?abc?= =?";
expect = "abc =?"; expect = "abc =?";
message = null; message = null;