Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-vincent committed Jun 18, 2024
1 parent cdfb9fd commit d235d1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/src/rust_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,11 @@ describe("{}", () => {{
entities: [{{
entity: entityPda,
components: [{{ componentId: positionComponent.programId }}],
}}]
}}, {{
}}],
args: {{
x: 1,
y: 1,
}}
}});
const txSign = await provider.sendAndConfirm(applySystem.transaction);
console.log(`Applied a system. Signature: ${{txSign}}`);
Expand All @@ -491,7 +492,6 @@ describe("{}", () => {{
);
expect(positionAfter.x.toNumber()).to.gt(0);
}});
}});
"#,
name.to_upper_camel_case(),
Expand Down

0 comments on commit d235d1f

Please sign in to comment.