From 69f2521a7998ff08066b10fc8d83bbbcc57c569f Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Fri, 11 Nov 2022 18:59:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=82=D0=B5=D1=81=D1=82=D1=8B=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20=D0=BF=D0=BE=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/helpers/_parseCertInfo.test.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/helpers/_parseCertInfo.test.ts b/src/helpers/_parseCertInfo.test.ts index adec6d6..cbc3697 100644 --- a/src/helpers/_parseCertInfo.test.ts +++ b/src/helpers/_parseCertInfo.test.ts @@ -18,8 +18,8 @@ describe('_parseCertInfo', () => { 'OID.1.2.643.6.3.1.4.1=Петров', 'UNKNOWN=неизвестный тэг', 'E=email@example.ru', - 'INN=007811514257', - 'ИНН организации=007811514257', + 'INN=997811514257', + 'ИНН ЮЛ=007811514257', 'OGRN=1127847087885', 'SNILS=11617693460', ].join(', '); @@ -96,13 +96,13 @@ describe('_parseCertInfo', () => { isTranslated: true, }, { - description: '007811514257', + description: '997811514257', title: 'ИНН', isTranslated: true, }, { description: '007811514257', - title: 'ИНН', + title: 'ИНН организации', isTranslated: true, }, { @@ -128,8 +128,8 @@ describe('_parseCertInfo', () => { 'L=Санкт-Петербург', 'S=78 Санкт-Петербург', 'C=RU', - 'INN=007813317783', - 'ИНН организации=007813317783', + 'INN=997813317783', + 'INNLE=007813317783', 'OGRN=1057810150892', 'E=uc@sampokey.ru', ].join(', '); @@ -176,13 +176,13 @@ describe('_parseCertInfo', () => { isTranslated: true, }, { - description: '007813317783', + description: '997813317783', title: 'ИНН', isTranslated: true, }, { description: '007813317783', - title: 'ИНН', + title: 'ИНН организации', isTranslated: true, }, {