Skip to content

Commit

Permalink
fix cpp unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
leongb committed Dec 20, 2021
1 parent dd747a1 commit 4444dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cbor_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ namespace {
}

TEST(CBORParserTest, ClaimNeuron) {
parser_tx_obj.special_transfer_type = normal_transaction;
uint8_t inBuffer[1000];

const char *tmp = "d9d9f7a167636f6e74656e74a76c726571756573745f747970656463616c6c656e6f6e6365505833a6590c6d2b601e3a24557cfbb4336e696e67726573735f6578706972791b16bad506bb4ca0f06673656e646572581d2594dccb73ca0226c58299d4e21badbcee00d153deccb38fa20cd46e026b63616e69737465725f69644a000000000000000601016b6d6574686f645f6e616d656d636c61696d5f6e6575726f6e7363617267588b4449444c000171820130343139623066656363356639613164353162393033643262363234346430356531326134386661386233353731396538313262623635643966393035613365613965356137323362363537616665393136313236396431663134633164383034376530323230616461633434653731313630323531656364616662613064636535";
Expand All @@ -551,6 +552,7 @@ namespace {
}

TEST(CBORParserTest, JoinCommunityFund) {
parser_tx_obj.special_transfer_type = normal_transaction;
uint8_t inBuffer[1000];

const char *tmp = "d9d9f7a167636f6e74656e74a663617267486202107b12023a006b63616e69737465725f69644a000000000000000101016e696e67726573735f6578706972791b16ba67d2b864bf406b6d6574686f645f6e616d65706d616e6167655f6e6575726f6e5f70626c726571756573745f747970656463616c6c6673656e646572581dd899978f029508f4fa5fce3d2539de5aade6d229efcc458233deee7502";
Expand Down

0 comments on commit 4444dda

Please sign in to comment.