Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Mar 22, 2023
1 parent ad42bf9 commit 1457a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/PrivateKey.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ProviderCrypto } from 'webcrypto-core';
import { HashingAlgorithm } from './algorithms';
import { PrivateKey, RsaPssPrivateKey } from './PrivateKey';

const PROVIDER: ProviderCrypto = {} as any;
const PROVIDER: ProviderCrypto = Symbol() as any;

describe('PrivateKey', () => {
const ALGORITHM: KeyAlgorithm = { name: 'RSA-PSS' };
Expand Down

0 comments on commit 1457a40

Please sign in to comment.