diff options
author | Matthew Miller <matthew@millerti.me> | 2020-07-31 17:57:52 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-07-31 17:57:52 -0700 |
commit | 5f26597d1af37d013ca7095ca8c6e664684fdf9d (patch) | |
tree | 8f3408b454f61f3121585b7a10ce9416abe60c1c /packages/server/src | |
parent | 00d142b45802c64f9d3204d0a5e72834205b22a3 (diff) |
Update wording on new test
Diffstat (limited to 'packages/server/src')
-rw-r--r-- | packages/server/src/attestation/generateAttestationOptions.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/attestation/generateAttestationOptions.test.ts b/packages/server/src/attestation/generateAttestationOptions.test.ts index 23fcf79..6c31856 100644 --- a/packages/server/src/attestation/generateAttestationOptions.test.ts +++ b/packages/server/src/attestation/generateAttestationOptions.test.ts @@ -141,7 +141,7 @@ test('should generate a challenge if one is not provided', () => { expect(options.challenge).toEqual('AQIDBAUGBwgJCgsMDQ4PEA'); }); -test('should use custom supported algorithm IDs when provided', () => { +test('should use custom supported algorithm IDs as-is when provided', () => { const options = generateAttestationOptions({ rpID: 'not.real', serviceName: 'SimpleWebAuthn', |