Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Nov 7, 2019
1 parent 20519f1 commit ec830a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void testEnum() throws IOException {

// process default
decode = codec.decode(new byte[0]);
Assert.assertEquals(null, decode.enumAttr);
Assert.assertEquals(decode.enumAttr.STRING, decode.enumAttr);
}

/**
Expand Down

0 comments on commit ec830a5

Please sign in to comment.