...
This commit is contained in:
parent
e8a321d097
commit
85169c989f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue