Skip to content

Commit

Permalink
clean SecurityInfoSerDesTest : remove syserr
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jul 11, 2018
1 parent a7c958a commit 66a6fe3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public void security_info_rpk_ser_des_then_equal() throws Exception {
assertEquals(
"{\"ep\":\"myendpoint\",\"rpk\":{\"x\":\"89c048261979208666f2bfb188be1968fc9021c416ce12828c06f4e314c167b5\",\"y\":\"cbf1eb7587f08e01688d9ada4be859137ca49f79394bad9179326b3090967b68\",\"params\":\"secp256r1\"}}",
new String(data));
System.err.println(new String(SecurityInfoSerDes.serialize(SecurityInfoSerDes.deserialize(data))));
assertEquals(si, SecurityInfoSerDes.deserialize(data));
}
}

0 comments on commit 66a6fe3

Please sign in to comment.