{ "name": "check should fail if expected is non-zero and the actual is zero", "steps": [ { "step": "setState", "accounts": { "address:A": { "nonce": "0", "balance": "0", "dct": { "str:TOK-123456": "150" } }, "address:B": { "nonce": "0", "balance": "0" } } }, { "step": "checkState", "accounts": { "address:A": { "nonce": "0", "balance": "0", "dct": { "str:TOK-123456": "150" }, "storage": {}, "code": "" }, "address:B": { "nonce": "0", "balance": "0", "dct": { "str:TOK-123456": "100" }, "storage": {}, "code": "" } } } ] }