Fix frontend errors in AllocationSizeOverflow test.

This commit is contained in:
Max Schaefer
2020-04-14 10:20:26 +01:00
parent 590f146477
commit cb2f15f770

View File

@@ -4,7 +4,7 @@ import (
"encoding/json"
)
func encryptValueGood(v interface{}) ([]byte, error) {
func encryptValueGood2(v interface{}) ([]byte, error) {
jsonData, err := json.Marshal(v)
if err != nil {
return nil, err