Skip to content

Commit

Permalink
Forgot to remove fit()
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jan 13, 2021
1 parent 9533fe5 commit fc29a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/hlsvod_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ describe("HLSVod with not equal usage profiles", () => {
});
});

fit("can avoid matching two ladder steps into the same one", done => {
it("can avoid matching two ladder steps into the same one", done => {
// VOD A:
// 1497k, 2497k, 3496k, 4497k
// VOD B:
Expand Down

0 comments on commit fc29a63

Please sign in to comment.