Skip to content

Commit

Permalink
Fix Base64JAXBCodecTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
joehni committed Aug 12, 2017
1 parent b8577fe commit 4ae61a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class Base64JAXBCodecTest extends AbstractAcceptanceTest {

private StringCodec encoder = new Base64JavaUtilCodec();
private StringCodec encoder = new Base64JAXBCodec();

public void testEncodesEntireByteArrayAsString() {
final byte input[] = "hello world".getBytes();
Expand Down

0 comments on commit 4ae61a6

Please sign in to comment.