Skip to content

Commit

Permalink
💚 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Nov 6, 2023
1 parent 7fa2830 commit 9d45ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/tens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("tens", () => {
anchor.setProvider(provider);

const tensProgramId = new PublicKey(
"Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
"Tensgwm3DY3UJ8nhF7xnD2Wo65VcnLTXjjoyEvs6Zyk"
);
const tensProgram = new Program(IDL, tensProgramId, provider);

Expand Down

0 comments on commit 9d45ebf

Please sign in to comment.