forked from boyska/radiomanifest.js
clean getStreaming emptiness test
This commit is contained in:
parent
07bba1a18f
commit
a6333141a9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue