Removed an old test code

This commit is contained in:
Maurício Szabo 2023-01-10 22:07:30 -03:00
parent 6846b34a1c
commit 804b00dba1

View File

@ -22,7 +22,7 @@ describe('EncodingSelector', () => {
atom.commands.dispatch(editor.getElement(), 'encoding-selector:show')
await SelectList.getScheduler().getNextUpdatePromise()
expect(document.body.querySelectorAll('.encoding-selector la').length).toBeGreaterThan(1)
expect(document.body.querySelectorAll('.encoding-selector li').length).toBeGreaterThan(1)
})
})