Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGale87 committed Mar 27, 2023
1 parent 5446167 commit 9c0153b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ describe('signer', () => {
projectId: 'xxxx',
credentials: {
type: 'service_account',
private_key: crypto.generateKeyPairSyn c('rsa', {
private_key: crypto.generateKeyPairSync('rsa', {
modulusLength: 512,
publicKeyEncoding: {
type: 'spki',
Expand Down

0 comments on commit 9c0153b

Please sign in to comment.