Skip to content

Commit aebbbd7

Browse files
committed
fix: remove permissions account from the test as its pda
1 parent 858caf6 commit aebbbd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/__tests__/Anchor.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ test('Anchor', (done) => {
219219
.accounts({
220220
fundingAccount: PublicKey.unique(),
221221
priceAccount: PublicKey.unique(),
222-
permissionsAccount: PublicKey.unique(),
223222
})
224223
.instruction()
225224
.then((instruction) => {

0 commit comments

Comments
 (0)