We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba6535 commit e615d86Copy full SHA for e615d86
1 file changed
tests/actions/UserTest.ts
@@ -880,7 +880,7 @@ describe('actions/User', () => {
880
const login = {partnerID, partnerUserID} as NewLogin;
881
882
// When revokeDevice is called
883
- UserActions.revokeDevice(login);
+ UserActions.revokeDevice(login, undefined);
884
await waitForBatchedUpdates();
885
886
// Then API.write should be called with correct command and parameters
0 commit comments