Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 91f8684

Browse files
committed
account-compression: Remove only in test
1 parent 5705efe commit 91f8684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account-compression/sdk/tests/accountCompression.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ describe('Account Compression', () => {
385385
await execute(provider, ixs, [payerKeypair]);
386386
}
387387
});
388-
it.only('Testing canopy for appends and replaces on a full on chain tree', async () => {
388+
it('Testing canopy for appends and replaces on a full on chain tree', async () => {
389389
[cmtKeypair, offChainTree] = await createTreeOnChain(
390390
provider,
391391
payerKeypair,

0 commit comments

Comments
 (0)