From de01fdac06945d21f7460a6c3c61ffc47debc84e Mon Sep 17 00:00:00 2001 From: Artur Sudnik-Hrynkiewicz Date: Wed, 27 Sep 2023 15:22:36 +0200 Subject: [PATCH] chore: fixing typo --- .../test/car-ownership-credential-id.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/input-descriptor-to-credential/test/car-ownership-credential-id.e2e-spec.ts b/apps/input-descriptor-to-credential/test/car-ownership-credential-id.e2e-spec.ts index 8bae9e0f..7615e76a 100644 --- a/apps/input-descriptor-to-credential/test/car-ownership-credential-id.e2e-spec.ts +++ b/apps/input-descriptor-to-credential/test/car-ownership-credential-id.e2e-spec.ts @@ -42,7 +42,7 @@ describe('AppController (e2e)', () => { }); describe('/converter/input-descriptor-to-credential (POST)', function () { - describe('when called with a valid Card Ownership Credential ID', function () { + describe('when called with a valid Car Ownership Credential ID', function () { let result: request.Response; beforeEach(async function () { result = await request(app.getHttpServer())