fix test.

This commit is contained in:
Raúl Kripalani 2023-01-11 18:35:54 +00:00 committed by raulk
parent e78dbd2535
commit 892819aeec

View File

@ -114,7 +114,7 @@ func TestFEVMETH0(t *testing.T) {
av, err := actorstypes.VersionForNetwork(nv)
require.NoError(t, err)
evmCodeCid, ok := actors.GetActorCodeID(av, manifest.EvmKey)
evmCodeCid, ok := actors.GetActorCodeID(av, manifest.EthAccountKey)
require.True(t, ok, "failed to get EVM code id")
require.Equal(t, act.Code, evmCodeCid)