signer/rules: use goja and remove otto (#20599)
* signer: replace otto with goja * go.mod: remove Otto
This commit is contained in:
@ -337,7 +337,7 @@ func TestStorage(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Errorf("Unexpected error %v", err)
|
||||
}
|
||||
retval, err := v.ToString()
|
||||
retval := v.ToString().String()
|
||||
|
||||
if err != nil {
|
||||
t.Errorf("Unexpected error %v", err)
|
||||
|
Reference in New Issue
Block a user