Skip to content

Commit

Permalink
chore: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Sep 27, 2023
1 parent 0e2edec commit de01fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit de01fda

Please sign in to comment.