Просмотр исходного кода

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

Danilo Guanabara 11 месяцев назад
Родитель
Сommit
7a0159ff8b
1 измененных файлов с 1 добавлено и 0 удалено
  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 }}],