Skip to content

Commit

Permalink
tests: Remove describe.only
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Dec 11, 2024
1 parent 1225e7e commit c594f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc/tests/misc/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3241,7 +3241,7 @@ const miscTest = (
});
});

describe.only("`zero` constraint unique account checks", () => {
describe("`zero` constraint unique account checks", () => {
it("Works with different accounts (multiple `zero`)", async () => {
const oneKp = anchor.web3.Keypair.generate();
const twoKp = anchor.web3.Keypair.generate();
Expand Down

0 comments on commit c594f14

Please sign in to comment.