1
0
Fork 0

clean getStreaming emptiness test

This commit is contained in:
lesion 2021-11-19 17:16:38 +01:00
parent 07bba1a18f
commit a6333141a9

View file

@ -17,7 +17,7 @@ describe('radiomanifest.js', () => {
describe('streaming', () => {
it('shoud return no streaming option', async () => {
const p = await radiomanifest.get(url)
assert.equal(p.getStreaming().getOptions().length, 0)
expect(p.getStreaming().getOptions().length).to.be.equal(0)
})
})
})