Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Jan 19, 2023
1 parent f546f0e commit c900827
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions process/elasticproc/accounts/accountsProcessor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func TestAccountsProcessor_PrepareAccountsMapESDT(t *testing.T) {
Balance: "1000",
Identifier: "token",
Nonce: 15,
Properties: "6f6b",
Properties: "3032",
MetaData: &outport.TokenMetaData{
Creator: "creator",
},
Expand All @@ -312,7 +312,7 @@ func TestAccountsProcessor_PrepareAccountsMapESDT(t *testing.T) {
Balance: "1000",
Identifier: "token",
Nonce: 16,
Properties: "6f6b",
Properties: "3032",
MetaData: &outport.TokenMetaData{
Creator: "creator",
},
Expand All @@ -337,7 +337,7 @@ func TestAccountsProcessor_PrepareAccountsMapESDT(t *testing.T) {
BalanceNum: balanceConverter.ComputeBalanceAsFloat(big.NewInt(1000)),
TokenName: "token",
TokenIdentifier: "token-0f",
Properties: "6f6b",
Properties: "3032",
TokenNonce: 15,
Data: &data.TokenMetaData{
Creator: "creator",
Expand All @@ -351,7 +351,7 @@ func TestAccountsProcessor_PrepareAccountsMapESDT(t *testing.T) {
BalanceNum: balanceConverter.ComputeBalanceAsFloat(big.NewInt(1000)),
TokenName: "token",
TokenIdentifier: "token-10",
Properties: "6f6b",
Properties: "3032",
TokenNonce: 16,
Data: &data.TokenMetaData{
Creator: "creator",
Expand Down

0 comments on commit c900827

Please sign in to comment.