Skip to content

Commit

Permalink
Removed the missed instance of safari view controller
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Jan 23, 2025
1 parent 290c741 commit 72853dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webauth/__tests__/agent.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ describe('Agent', () => {
throw Error('123123');
});
try {
await agent.login({}, { safariViewControllerPresentationStyle: 0 });
await agent.login({}, {});
} catch (e) {}
!expect(Linking.addEventListener).toHaveBeenCalled;
expect(mockSubscription.remove).toHaveBeenCalledTimes(1);
Expand Down

0 comments on commit 72853dd

Please sign in to comment.