Skip to content

Commit

Permalink
ci: fix fund integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
yurushao committed Oct 6, 2024
1 parent 7c97022 commit 5c598ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anchor/tests/glam_crud.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ describe("glam_crud", () => {
{ name: { drift: {} }, features: [] },
{ name: { jupiter: {} }, features: [] },
{ name: { marinade: {} }, features: [] },
{ name: { stakePool: {} }, features: [] },
{ name: { splStakePool: {} }, features: [] },
{ name: { sanctumStakePool: {} }, features: [] },
],
});
try {
Expand Down

0 comments on commit 5c598ab

Please sign in to comment.