Skip to content

Commit

Permalink
test: remove basic test for Ti.Media#hasAudioPermissions() method
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Nov 24, 2020
1 parent 02f385a commit 9cd2510
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Resources/ti.media.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,6 @@ describe('Titanium.Media', () => {
});
});

describe.ios('#hasAudioPermissions', () => {
it('is a Function', () => {
should(Ti.Media.hasAudioPermissions).be.a.Function();
});
});

describe('#hasAudioRecorderPermissions', () => {
it('is a Function', () => {
should(Ti.Media.hasAudioRecorderPermissions).be.a.Function();
Expand Down

0 comments on commit 9cd2510

Please sign in to comment.