neo-go/cli/testdata/deploy/updated.go
Evgenii Stratonikov 945e9410e4 cli: add test for testinvokefunction
Check that contract can be properly deployed
and invoked.
2020-10-06 19:12:38 +03:00

6 lines
86 B
Go

package deploy
// NewMethod in updated contract.
func NewMethod() int {
return 42
}