Skip to content

Commit

Permalink
account-compression: Remove only in test
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Jul 25, 2024
1 parent 5705efe commit 91f8684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account-compression/sdk/tests/accountCompression.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ describe('Account Compression', () => {
await execute(provider, ixs, [payerKeypair]);
}
});
it.only('Testing canopy for appends and replaces on a full on chain tree', async () => {
it('Testing canopy for appends and replaces on a full on chain tree', async () => {
[cmtKeypair, offChainTree] = await createTreeOnChain(
provider,
payerKeypair,
Expand Down

0 comments on commit 91f8684

Please sign in to comment.