forked from TrueCloudLab/neoneo-go
compiler: make TestNativeHelpersCompile test more verbose
This commit is contained in:
parent
ca519492fc
commit
629567717f
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ func getMethod(t *testing.T, ctr interop.ContractMD, name string, params []strin
|
|||
}
|
||||
|
||||
md, ok := ctr.GetMethod(name, paramLen)
|
||||
require.True(t, ok)
|
||||
require.True(t, ok, ctr.Manifest.Name, name, paramLen)
|
||||
return md
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue