Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Mar 10, 2017
1 parent 4f3b197 commit b71a777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/controller/abr-controller.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const assert = require('assert');

import AbrController from '../../../src/controller/abr-controller';
import EwmaBandWidthEstimator from '../../../src/controller/ewma-bandwidth-estimator';
import EwmaBandWidthEstimator from '../../../src/utils/ewma-bandwidth-estimator';
import Hls from '../../../src/hls';


Expand Down
2 changes: 1 addition & 1 deletion tests/unit/controller/ewma-bandwidth-estimator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const assert = require('assert');

import EwmaBandWidthEstimator from '../../../src/controller/ewma-bandwidth-estimator';
import EwmaBandWidthEstimator from '../../../src/utils/ewma-bandwidth-estimator';
import Hls from '../../../src/hls';


Expand Down

0 comments on commit b71a777

Please sign in to comment.