Browse Source

:recycle: Fixing test template, broken after code refactor (#93)

Danilo Guanabara 11 months ago
parent
commit
7a0159ff8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cli/src/templates/workspace.rs

+ 1 - 0
cli/src/templates/workspace.rs

@@ -233,6 +233,7 @@ describe("{}", () => {{
     const applySystem = await ApplySystem({{
       authority: provider.wallet.publicKey,
       systemId: systemMovement.programId,
+      world: worldPda,
       entities: [{{
         entity: entityPda,
         components: [{{ componentId: positionComponent.programId }}],