Skip to content

Commit

Permalink
Clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinewave440hz committed Apr 7, 2020
1 parent 20ed9da commit d506ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/hlsvod_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe("HLSVod standalone", () => {
});
});

fit("handles un/promisified versions of getLiveMediaSequences() identically", done => {
it("handles un/promisified versions of getLiveMediaSequences() identically", done => {
mockVod1 = new HLSVod('http://mock.com/mock.m3u8');
mockVod1.load(mockMasterManifest, mockMediaManifest)
.then(async () => {
Expand Down Expand Up @@ -783,7 +783,7 @@ describe("HLSVod with separate audio variants", () => {
});
});

fit("handles un/promisified versions of getLiveMediaAudioSequences() identically", done => {
it("handles un/promisified versions of getLiveMediaAudioSequences() identically", done => {
mockVod1 = new HLSVod('http://mock.com/mock.m3u8');
mockVod1.load(mockMasterManifest, mockMediaManifest, mockAudioManifest)
.then(async () => {
Expand Down

0 comments on commit d506ec2

Please sign in to comment.