neo-go/pkg/core/native/native_test
Ekaterina Pavlova cf2e6296b7 *: fix linter gofmt errors
```
pkg/vm/stackitem/json_test.go:11                   gofmt       File is
not `gofmt`-ed with `-s` `-r 'interface{} -> any'`
pkg/core/native/native_test/cryptolib_test.go:471  gofmt       File is
not `gofmt`-ed with `-s` `-r 'interface{} -> any'`
pkg/rpcclient/nns/contract_test.go:585             gofmt       File is
not `gofmt`-ed with `-s` `-r 'interface{} -> any'`

```

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2024-09-26 13:29:04 +03:00
..
helpers/policyhelper nativetest: migrate Policy contract tests to neotest 2022-01-14 16:34:33 +03:00
common_test.go *: fix linter issues 2024-08-14 12:36:15 +03:00
cryptolib_test.go *: fix linter gofmt errors 2024-09-26 13:29:04 +03:00
cryptolib_verification_test.go *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
designate_test.go *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
gas_test.go core: review usages of (*intero.Context).BlockHeight method 2023-11-21 13:46:13 +03:00
ledger_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
management_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
neo_test.go .golangci.yml: add intrange linter 2024-09-04 14:15:32 +03:00
notary_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
oracle_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
policy_test.go native: introduce attribute pricing 2023-11-21 13:42:56 +03:00