This commit is contained in:
Kovid Goyal 2022-09-01 16:20:37 +05:30
parent e8a321d097
commit 85169c989f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -69,7 +69,7 @@ func TestRCSerialization(t *testing.T) {
if err != nil {
t.Fatal(err)
}
raw, err := io_data.serializer.serializer(&rc)
raw, err := io_data.serializer(&rc)
var ec utils.EncryptedRemoteControlCmd
err = json.Unmarshal([]byte(raw), &ec)
if err != nil {