diff options
author | Jarrett Helton <jaydhelton@gmail.com> | 2021-08-24 18:45:31 -0400 |
---|---|---|
committer | Jarrett Helton <jaydhelton@gmail.com> | 2021-08-24 18:45:31 -0400 |
commit | f4dff6a0b42dca2c06fd744c087d3c4a2e03577e (patch) | |
tree | e51163cee16ba1bc1ef3a69c6e9a343a9c1acc43 /packages/browser/src/methods/startRegistration.test.ts | |
parent | 22260e63c0b2a91d8f5db4000304e73b2bff9277 (diff) |
fix unit tests
Diffstat (limited to 'packages/browser/src/methods/startRegistration.test.ts')
-rw-r--r-- | packages/browser/src/methods/startRegistration.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startRegistration.test.ts b/packages/browser/src/methods/startRegistration.test.ts index 2569a99..e11718e 100644 --- a/packages/browser/src/methods/startRegistration.test.ts +++ b/packages/browser/src/methods/startRegistration.test.ts @@ -124,7 +124,7 @@ test('should throw error if attestation is cancelled for some reason', async don }); }); - await expect(startRegistration(goodOpts1)).rejects.toThrow('Attestation was not completed'); + await expect(startRegistration(goodOpts1)).rejects.toThrow('Registration was not completed'); done(); }); |