fix linting

This commit is contained in:
Oliver Rahner 2022-07-21 14:00:37 +02:00
parent eda9a40aa2
commit a0546c8a3d
No known key found for this signature in database
GPG key ID: 8658521FC5B6D857
2 changed files with 22 additions and 14 deletions

View file

@ -306,18 +306,20 @@ TestRegister.addTests([
{
name: "Protobuf Stream Decode: no schema",
input: "0d081c1203596f751a024d65202b0c0a0a0a066162633132331200",
expectedOutput: JSON.stringify([{
"1": 28,
"2": "You",
"3": "Me",
"4": 43
},
{
"1": {
"1": "abc123",
"2": {}
expectedOutput: JSON.stringify([
{
"1": 28,
"2": "You",
"3": "Me",
"4": 43
},
{
"1": {
"1": "abc123",
"2": {}
}
}
}], null, 4),
], null, 4),
recipeConfig: [
{
"op": "From Hex",