mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-22 19:19:09 +00:00
nft-nd-nns: fix test runs
./nns_test.go:161:6: declared and not used: i Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
0968c3a81f
commit
9f93123301
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ func TestRegisterAndRenew(t *testing.T) {
|
|||
c.InvokeWithFeeFail(t, "GAS limit exceeded", defaultNameServiceSysfee, "register", "neo.org", e.CommitteeHash)
|
||||
c.InvokeWithFeeFail(t, "GAS limit exceeded", defaultNameServiceDomainPrice, "register", "neo.com", e.CommitteeHash)
|
||||
var maxLenFragment string
|
||||
for i := range maxDomainNameFragmentLength {
|
||||
for range maxDomainNameFragmentLength {
|
||||
maxLenFragment += "q"
|
||||
}
|
||||
c.Invoke(t, true, "isAvailable", maxLenFragment+".com")
|
||||
|
|
Loading…
Reference in a new issue