Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-wratt committed Apr 10, 2024
1 parent abf093b commit c0535e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/test/api/credentials-exchange.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ test("Credentials Exchange API", async (t) => {
);

deepStrictEqual(state.access, {
denied: true,
code: "invalid_request",
reason: "Only cool kids allowed",
denied: {
code: "invalid_request",
reason: "Only cool kids allowed",
}
});
});

Expand Down

0 comments on commit c0535e7

Please sign in to comment.