Skip to content

Commit

Permalink
fix: remove permissions account from the test as its pda
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati committed Aug 27, 2024
1 parent 858caf6 commit aebbbd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/Anchor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ test('Anchor', (done) => {
.accounts({
fundingAccount: PublicKey.unique(),
priceAccount: PublicKey.unique(),
permissionsAccount: PublicKey.unique(),
})
.instruction()
.then((instruction) => {
Expand Down

0 comments on commit aebbbd7

Please sign in to comment.