Fix test
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
de18f9c865
commit
227b9f7e18
@ -153,6 +153,7 @@ func TestVMInvokeHarness(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
smas := &StorageMinerActorState{}
|
smas := &StorageMinerActorState{}
|
||||||
|
cbor.DecodeInto(hblock.RawData(), smas)
|
||||||
if smas.Owner != h.From {
|
if smas.Owner != h.From {
|
||||||
t.Fatalf("Owner should be %s, but is %s", h.From, smas.Owner)
|
t.Fatalf("Owner should be %s, but is %s", h.From, smas.Owner)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user