Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlm-devico committed Sep 27, 2024
1 parent 6e5b76f commit 1a2192e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paymaster/test/paymaster.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ describe("Paymaster handler", () => {

const response = await handler(event, {} as any);

expect(response.statusCode).equals(400);
expect(response.statusCode).equals(500);
expect(JSON.parse(response.body).message).equals(
"Failed to perform migration. Please try again later or contact support."
);
Expand Down

0 comments on commit 1a2192e

Please sign in to comment.