added all user certificates

This commit is contained in:
German Arutyunov 2021-05-07 14:40:36 +03:00
parent fdb8c7c136
commit bf3be501a1

View File

@ -53,7 +53,7 @@ const executionFlow = {
window.cadesplugin.__defineExecutionFlow(executionFlow);
window.cadesplugin.CreateObjectAsync.mockImplementation(() => executionSteps[0]);
describe('getUserCertificates', () => {
describe('getAllUserCertificates', () => {
test('returns certificates list', async () => {
const certificates = await getAllUserCertificates();