Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnamananand996 committed Oct 16, 2024
1 parent 2535844 commit 0af7125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bolt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ describe("bolt", () => {
await provider.sendAndConfirm(applySystem.transaction);

const position = await exampleComponentPosition.account.position.fetch(
componentPositionEntity1Pda
componentPositionEntity1Pda,
);
logPosition("Fly System: Entity 1", position);
expect(position.x.toNumber()).to.equal(1);
Expand Down

0 comments on commit 0af7125

Please sign in to comment.