Skip to content

Commit f05556d

Browse files
fix: 🐛 test fix
1 parent 0e11c24 commit f05556d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/bolt.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe("bolt", () => {
233233
entity5Pda = addEntity.entityPda; // Saved for later
234234
});
235235

236-
it("Initialize Original Component on Entity 1, trough the world instance", async () => {
236+
it("Initialize Original Component on Entity 1, through the world instance", async () => {
237237
const initializeComponent = await InitializeComponent({
238238
payer: provider.wallet.publicKey,
239239
entity: entity1Pda,
@@ -243,7 +243,7 @@ describe("bolt", () => {
243243
await provider.sendAndConfirm(initializeComponent.transaction);
244244
});
245245

246-
it("Initialize Original Component on Entity 2, trough the world instance", async () => {
246+
it("Initialize Original Component on Entity 2, through the world instance", async () => {
247247
const initializeComponent = await InitializeComponent({
248248
payer: provider.wallet.publicKey,
249249
entity: entity2Pda,

0 commit comments

Comments
 (0)