summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startRegistration.test.ts
diff options
context:
space:
mode:
authorJarrett Helton <jaydhelton@gmail.com>2021-08-24 18:45:31 -0400
committerJarrett Helton <jaydhelton@gmail.com>2021-08-24 18:45:31 -0400
commitf4dff6a0b42dca2c06fd744c087d3c4a2e03577e (patch)
treee51163cee16ba1bc1ef3a69c6e9a343a9c1acc43 /packages/browser/src/methods/startRegistration.test.ts
parent22260e63c0b2a91d8f5db4000304e73b2bff9277 (diff)
fix unit tests
Diffstat (limited to 'packages/browser/src/methods/startRegistration.test.ts')
-rw-r--r--packages/browser/src/methods/startRegistration.test.ts2
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();
});