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,8 +140,6 @@ func TestVMInvokeHarness(t *testing.T) {
|
||||
}
|
||||
|
||||
state := h.Execute()
|
||||
_ = state
|
||||
/*
|
||||
act, err := state.GetActor(outaddr)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
@ -149,5 +147,4 @@ func TestVMInvokeHarness(t *testing.T) {
|
||||
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