Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Nov 13, 2023
1 parent 8245dd3 commit f97ed72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lookup/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ describe("query", () => {
);
expect(vp).toMatchObject(mockDefaultPresentation());
expect(JSON.parse(JSON.stringify(vp))).toEqual(mockDefaultPresentation());

});

it("normalizes the VP sent by the endpoint", async () => {
Expand Down

0 comments on commit f97ed72

Please sign in to comment.