diff --git a/test/base/a_test.json b/test/base/a_test.json index 1a2146f..4bc1cf3 100644 --- a/test/base/a_test.json +++ b/test/base/a_test.json @@ -112,8 +112,14 @@ "let-multi-test": { "type": "let-multi", "values": { - "name": "Alex", - "foo": 3 + "type": "object", + "properties": { + "name": "Alex", + "foo": { + "type": "log", + "value": 3 + } + } }, "block": { "type": "render",