Skip to content

Commit

Permalink
Update src/http/wellKnown/badRequestError.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Coburn <[email protected]>
  • Loading branch information
NSeydoux and acoburn authored Jul 3, 2024
1 parent c5c1513 commit 869cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/wellKnown/badRequestError.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { BadRequestError, BAD_REQUEST_STATUS } from "./badRequestError";
import { mockResponse } from "./wellKnown.mock";

describe("BadRequestError", () => {
it("builds an Error object when provided an response with status 400", () => {
it("builds an Error object when provided a response with status 400", () => {
const response = mockResponse({ status: BAD_REQUEST_STATUS });
const e = new BadRequestError(
response,
Expand Down

0 comments on commit 869cb01

Please sign in to comment.