Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarahills committed Nov 29, 2018
1 parent 2f9e270 commit 48ed019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/AudioFileHelper-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ describe('AudioFileHelper', function() {
it('Should return an object', async () => {
let ah = new AudioFileHelper();
let resp = ah.getMobileFileMetadata('1234', 'en-US');
expect(resp).be.an('object');
console.log(resp);
expect(resp).be.an('array');
});
});
});
Expand Down

0 comments on commit 48ed019

Please sign in to comment.