forked from TrueCloudLab/neoneo-go
*: fix misspellings found in Go Report Card
This commit is contained in:
parent
f6a308f7f6
commit
e7d13e6db2
12 changed files with 27 additions and 27 deletions
|
@ -458,7 +458,7 @@ func TestContractCall(t *testing.T) {
|
|||
ic.VM.Estack().PushVal(args[i])
|
||||
}
|
||||
// interops can both return error and panic,
|
||||
// we don't care which kind of error has occured
|
||||
// we don't care which kind of error has occurred
|
||||
require.Panics(t, func() {
|
||||
err := contractCall(ic)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue