Skip to content

Commit e615d86

Browse files
committed
fix test
1 parent 1ba6535 commit e615d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/actions/UserTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ describe('actions/User', () => {
880880
const login = {partnerID, partnerUserID} as NewLogin;
881881

882882
// When revokeDevice is called
883-
UserActions.revokeDevice(login);
883+
UserActions.revokeDevice(login, undefined);
884884
await waitForBatchedUpdates();
885885

886886
// Then API.write should be called with correct command and parameters

0 commit comments

Comments
 (0)