From 5a69de5bbc9d3b7931bac7881be8bea07e42ff26 Mon Sep 17 00:00:00 2001 From: iamnamananand996 Date: Wed, 6 Nov 2024 20:19:20 +0530 Subject: [PATCH] fix: :bug: test fix --- tests/bolt.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bolt.ts b/tests/bolt.ts index e7f907c..37e0711 100644 --- a/tests/bolt.ts +++ b/tests/bolt.ts @@ -233,7 +233,7 @@ describe("bolt", () => { entity5Pda = addEntity.entityPda; // Saved for later }); - it("Initialize Original Component on Entity 1, trough the world instance", async () => { + it("Initialize Original Component on Entity 1, through the world instance", async () => { const initializeComponent = await InitializeComponent({ payer: provider.wallet.publicKey, entity: entity1Pda, @@ -243,7 +243,7 @@ describe("bolt", () => { await provider.sendAndConfirm(initializeComponent.transaction); }); - it("Initialize Original Component on Entity 2, trough the world instance", async () => { + it("Initialize Original Component on Entity 2, through the world instance", async () => { const initializeComponent = await InitializeComponent({ payer: provider.wallet.publicKey, entity: entity2Pda,