Skip to content

Commit

Permalink
test: change description
Browse files Browse the repository at this point in the history
  • Loading branch information
Beraliv committed Jan 22, 2019
1 parent 4af7ed9 commit 946ed07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/controller/abr-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Hls from '../../../src/hls';
const assert = require('assert');

describe('AbrController', () => {
it('should return correct _bwEstimator', () => {
it('should return null if _bwEstimator is not specified', () => {
let hls = new Hls();
assert.strictEqual(hls.abrController._bwEstimator, null);
});
Expand Down

0 comments on commit 946ed07

Please sign in to comment.