Skip to content

Commit 2d08db1

Browse files
committed
chore: Remove only from tests
1 parent 3562907 commit 2d08db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bolt.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe("bolt", () => {
104104

105105
const secondAuthority = Keypair.generate().publicKey;
106106

107-
it.only("InitializeRegistry", async () => {
107+
it("InitializeRegistry", async () => {
108108
const registryPda = FindRegistryPda({});
109109
const initializeRegistryIx = createInitializeRegistryInstruction({
110110
registry: registryPda,
@@ -114,7 +114,7 @@ describe("bolt", () => {
114114
await provider.sendAndConfirm(tx);
115115
});
116116

117-
it.only("InitializeNewWorld", async () => {
117+
it("InitializeNewWorld", async () => {
118118
const initializeNewWorld = await InitializeNewWorld({
119119
payer: provider.wallet.publicKey,
120120
connection: provider.connection,

0 commit comments

Comments
 (0)