Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-10-20 01:32:51 +02:00
parent cb0513f4c1
commit a055540c25
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -85,9 +85,8 @@ func TestResolveCache(t *testing.T) {
st.lookupIDFun = func(a address.Address) (address.Address, error) {
if a == nonId {
return id, nil
} else {
return address.Undef, types.ErrActorNotFound
}
return address.Undef, types.ErrActorNotFound
}
err = st.SetActor(nonId, &types.Actor{Nonce: 1})