Skip to content

Commit

Permalink
Fix flow test
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 26, 2020
1 parent c5179e9 commit 98926e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ setGenericPassword('username', 'password', simpleOptions);
setGenericPassword('username', 'password', 'service');

getGenericPassword().then(result => {
(result: boolean | SharedWebCredentials);
(result: boolean | UserCredentials);
});
getGenericPassword(simpleOptions);
getGenericPassword({
Expand Down

0 comments on commit 98926e4

Please sign in to comment.