File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ describe("bolt", () => {
233
233
entity5Pda = addEntity . entityPda ; // Saved for later
234
234
} ) ;
235
235
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 ( ) => {
237
237
const initializeComponent = await InitializeComponent ( {
238
238
payer : provider . wallet . publicKey ,
239
239
entity : entity1Pda ,
@@ -243,7 +243,7 @@ describe("bolt", () => {
243
243
await provider . sendAndConfirm ( initializeComponent . transaction ) ;
244
244
} ) ;
245
245
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 ( ) => {
247
247
const initializeComponent = await InitializeComponent ( {
248
248
payer : provider . wallet . publicKey ,
249
249
entity : entity2Pda ,
You can’t perform that action at this time.
0 commit comments