forked from TrueCloudLab/neoneo-go
*: fix some misspellings spotted by GoReportCard
This commit is contained in:
parent
a727ba75c6
commit
20144e6137
2 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ func TestNativenamesIsValid(t *testing.T) {
|
||||||
require.True(t, nativenames.IsValid(c.Metadata().Name), fmt.Errorf("add %s to nativenames.IsValid(...)", c))
|
require.True(t, nativenames.IsValid(c.Metadata().Name), fmt.Errorf("add %s to nativenames.IsValid(...)", c))
|
||||||
}
|
}
|
||||||
|
|
||||||
require.False(t, nativenames.IsValid("unkonwn"))
|
require.False(t, nativenames.IsValid("unknown"))
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package client
|
package client
|
||||||
|
|
||||||
// Various non-policy things from native contracs.
|
// Various non-policy things from native contracts.
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue