Fix breaking test

This commit is contained in:
jg42526 2025-09-30 06:34:28 +00:00
parent c79cbde902
commit cfa3a6de98

View File

@ -367,7 +367,7 @@ TestRegister.addApiTests([
"args": [0, 32] } "args": [0, 32] }
]); ]);
assert.strictEqual(result.toString(), `SEQUENCE assert.strictEqual(result.toString(), `SEQUENCE
INTEGER 05..(total 1bytes)..05 INTEGER 05
IA5String 'Anybody there?' IA5String 'Anybody there?'
`); `);
}), }),