Uncomment rest of test code

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-07-16 00:30:54 +02:00
parent e7110ff68d
commit be60e28412

View File

@ -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)
}
*/
}