diff --git a/tests/migration/storage.go b/tests/migration/storage.go index 97b9a457..bba63d2c 100644 --- a/tests/migration/storage.go +++ b/tests/migration/storage.go @@ -152,7 +152,7 @@ func NewContract(tb testing.TB, d *dump.Reader, name string, opts ContractOption const nnsSourceCodeDir = "../nns" exec.DeployContract(tb, neotest.CompileFile(tb, exec.CommitteeHash, nnsSourceCodeDir, filepath.Join(nnsSourceCodeDir, "config.yml")), - []interface{}{}, + nil, ) // compile new contract version