diff --git a/pkg/compiler/native_test.go b/pkg/compiler/native_test.go index 49460401b..a486e49c0 100644 --- a/pkg/compiler/native_test.go +++ b/pkg/compiler/native_test.go @@ -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 }