Skip to content

Commit 3934fba

Browse files
committed
logs
1 parent cca5179 commit 3934fba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/test/streaming/streaming.controllers.StreamController.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,14 @@ describe('StreamController', function () {
201201
});
202202

203203
it('should return the correct error when a playback error occurs : UNKNOWN', function () {
204+
console.log('---- start test UKNOWN')
204205
eventBus.trigger(Events.PLAYBACK_ERROR, { error: { code: 6 } });
205206

206207
expect(errHandlerMock.errorValue).to.include('UNKNOWN');
207208
});
208209

209210
it('should call reset if MANIFEST_UPDATED event is triggered with an error parameter', function () {
210-
console.log('---- start test ----');
211+
console.log('---- start test MANIFEST_UPDATED');
211212
let spy = chai.spy();
212213
const handler = () => {
213214
console.log('spy call');

0 commit comments

Comments
 (0)