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 48ed019 commit 52d5aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/AudioFileHelper-test.js
Expand Up @@ -46,7 +46,7 @@ describe('AudioFileHelper', function() {
let ah = new AudioFileHelper();
let resp = ah.getMobileFileMetadata('1234', 'en-US');
console.log(resp);
expect(resp).be.an('array');
expect(resp).be.a('promise');
});
});
});
Expand Down

0 comments on commit 52d5aef

Please sign in to comment.