Correct test name
This commit is contained in:
parent
1471e7a063
commit
79582f12e4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue