Uncomment rest of test code
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
e7110ff68d
commit
be60e28412
@ -140,14 +140,11 @@ func TestVMInvokeHarness(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
state := h.Execute()
|
state := h.Execute()
|
||||||
_ = state
|
act, err := state.GetActor(outaddr)
|
||||||
/*
|
if err != nil {
|
||||||
act, err := state.GetActor(outaddr)
|
t.Fatal(err)
|
||||||
if err != nil {
|
}
|
||||||
t.Fatal(err)
|
if act.Code != StorageMinerCodeCid {
|
||||||
}
|
t.Fatalf("Expected correct code, got %s, instead of %s", act.Code, StorageMinerCodeCid)
|
||||||
if act.Code != StorageMinerCodeCid {
|
}
|
||||||
t.Fatalf("Expected correct code, got %s, instead of %s", act.Code, StorageMinerCodeCid)
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user