Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Aug 7, 2024
1 parent 6b3386a commit 44b75cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/route/__tests__/route.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ describe("Manual Route Tests", function () {
"params",
"sourceToken",
"destinationToken",
"eta",
]);
});
});
Expand Down Expand Up @@ -249,6 +250,7 @@ describe("Automatic Route Tests", function () {
"destinationToken",
"relayFee",
"destinationNativeGas",
"eta",
]);
});
});

0 comments on commit 44b75cc

Please sign in to comment.