Skip to content

Commit

Permalink
fix: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CCristi committed Jun 13, 2024
1 parent 346548a commit 61bc4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/explorerkit-server/src/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -908,14 +908,14 @@ describe("Server API Tests", () => {
expect(res.body).toMatchObject({
decodedErrors: [
{
decodedData: "Slippage tolerance exceeded",
decodedMessage: "Slippage tolerance exceeded",
errorCode: 6001,
name: "SlippageToleranceExceeded",
programId: "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4",
},
null,
{
decodedData: "Invalid calculation",
decodedMessage: "Invalid calculation",
errorCode: 6002,
name: "InvalidCalculation",
programId: "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4",
Expand Down

0 comments on commit 61bc4b9

Please sign in to comment.