Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Feb 15, 2023
1 parent 1dbca6d commit a3cf5f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions venus-shared/utils/method_map_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ func TestMethodMap(t *testing.T) {

func checkActorCode(t *testing.T, actorVersion actortypes.Version, actorCode cid.Cid, actorName, networkName string) {
actorKeysWithVersion := map[string]actortypes.Version{
// DatacapKey is only available from actor v9 and above
manifest.DatacapKey: actortypes.Version9,

// EamKey EvmKey PlaceholderKey EthAccountKey is only available from actor v10 and above
manifest.EamKey: actortypes.Version10,
manifest.EvmKey: actortypes.Version10,
manifest.PlaceholderKey: actortypes.Version10,
Expand Down

0 comments on commit a3cf5f5

Please sign in to comment.