Skip to content

Commit

Permalink
solana: remove initialized from anchor tests
Browse files Browse the repository at this point in the history
Signed-off-by: bingyuyap <[email protected]>
  • Loading branch information
bingyuyap committed Oct 8, 2024
1 parent a5c2f03 commit dd26119
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions svm/tests/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@ describe("router", () => {
anchor.setProvider(anchor.AnchorProvider.env());

const program = anchor.workspace.Router as Program<Router>;

it("Is initialized!", async () => {
const tx = await program.methods.initialize().rpc();
console.log("Your transaction signature", tx);
});
});

0 comments on commit dd26119

Please sign in to comment.