diff --git a/lib/src/commands/Commands.test.ts b/lib/src/commands/Commands.test.ts index a80d0caec..063a3d6ca 100644 --- a/lib/src/commands/Commands.test.ts +++ b/lib/src/commands/Commands.test.ts @@ -67,7 +67,7 @@ describe('Commands', () => { describe('requestPermissions', () => { it('sends to native', () => { uut.requestPermissions(); - verify(mockedNativeCommandsSender.requestPermissions()).called(); + verify(mockedNativeCommandsSender.requestPermissions(undefined)).called(); }); });