Skip to content

Commit

Permalink
fix: adds missing unit test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Nov 1, 2023
1 parent 949cb2a commit 274e15e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/legacy/__tests__/PublicationMetadataSchema.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ describe(`Given the PublicationMetadataSchema`, () => {
).toMatchInlineSnapshot(`
"fix the following issues
· "name": Required
· "attributes": Required
· "metadata_id": Required"
· "attributes": Required"
`);
});

Expand Down Expand Up @@ -169,7 +168,6 @@ describe(`Given the PublicationMetadataSchema`, () => {
"fix the following issues
· "name": Required
· "attributes": Required
· "metadata_id": Required
· "content": Required
· "locale": Required"
`);
Expand Down

0 comments on commit 274e15e

Please sign in to comment.