Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Jun 19, 2024
1 parent b6cb7be commit 8443b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationTests/vm/txsFee/esdtMetaDataRecreate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestESDTMetaDataRecreate(t *testing.T) {
func runEsdtMetaDataRecreateTest(t *testing.T, tokenType string) {
sndAddr := []byte("12345678901234567890123456789012")
token := []byte("tokenId")
roles := [][]byte{[]byte(core.ESDTMetaDataRecreate), []byte(core.ESDTRoleNFTCreate)}
roles := [][]byte{[]byte(core.ESDTRoleNFTRecreate), []byte(core.ESDTRoleNFTCreate)}
baseEsdtKeyPrefix := core.ProtectedKeyPrefix + core.ESDTKeyIdentifier
key := append([]byte(baseEsdtKeyPrefix), token...)

Expand Down

0 comments on commit 8443b80

Please sign in to comment.