License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-07-16 00:44:45 +02:00
parent de18f9c865
commit 227b9f7e18

View File

@ -153,6 +153,7 @@ func TestVMInvokeHarness(t *testing.T) {
}
smas := &StorageMinerActorState{}
cbor.DecodeInto(hblock.RawData(), smas)
if smas.Owner != h.From {
t.Fatalf("Owner should be %s, but is %s", h.From, smas.Owner)
}