Skip to content

Commit

Permalink
[VAS-812] feat: Updated index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Mar 7, 2024
1 parent 9c09d31 commit 82ddf93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/pdf-generate/__tests__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe("generatePdf", () => {

it("should return a pdf when passing valid data", async () => {
const formData = new FormData();
formData.append('title', 'Test Title');
formData.append('data', '{\n' +
'\t\t"transaction": {\n' +
'\t\t\t"id": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890123456789",\n' +
Expand Down

0 comments on commit 82ddf93

Please sign in to comment.