Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/migration: Don't pass extra data on NNS contract deployment
After recent changes, NNS contract may be deployed with pre-defined TLDs. For this reason, the contract now expects additional parameters in a strictly defined format. Previously, the contract migration testing framework explicitly passed an empty array of arguments as deployment parameters, which started to fail. Pass `nil` data parameter to `neotest.Executor.DeployContract` method in `migration.NewContract`. This heals migration tests. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information