Skip to content

Commit

Permalink
fix: 🐛 test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnamananand996 committed Nov 6, 2024
1 parent 0e11c24 commit f05556d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bolt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit f05556d

Please sign in to comment.