Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEliraz committed May 31, 2021
1 parent 236e601 commit 5666072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/commands/Commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Commands', () => {
describe('requestPermissions', () => {
it('sends to native', () => {
uut.requestPermissions();
verify(mockedNativeCommandsSender.requestPermissions()).called();
verify(mockedNativeCommandsSender.requestPermissions(undefined)).called();
});
});

Expand Down

0 comments on commit 5666072

Please sign in to comment.