Skip to content

Commit

Permalink
✅ Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 29, 2024
1 parent 54a757f commit 65be3e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/bolt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ describe("bolt", () => {
it("Initialize Position Component on Entity 2", async () => {
componentPositionEntity2 = FindComponentPda(
boltComponentPositionProgram.programId,
entity2,
""
entity2
);

await worldProgram.methods
Expand Down

0 comments on commit 65be3e2

Please sign in to comment.