Simplify test

This commit is contained in:
Daniel Imms
2019-09-14 12:57:41 -07:00
parent 74ba282056
commit bc7ba7bd85
+1 -1
View File
@@ -223,7 +223,7 @@ describe('InputHandler Integration Tests', function(): void {
// Explicit
window.term.write('\\n\\rdef\x1b[2;1H\x1b[2P')
`);
assert.deepEqual(await getLinesAsArray(5), ['bc', 'f', '', '', '']);
assert.deepEqual(await getLinesAsArray(2), ['bc', 'f']);
});
describe('DSR: Device Status Report', () => {