Skip to content

Commit 65be3e2

Browse files
committed
✅ Simplify test
1 parent 54a757f commit 65be3e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/bolt.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ describe("bolt", () => {
241241
it("Initialize Position Component on Entity 2", async () => {
242242
componentPositionEntity2 = FindComponentPda(
243243
boltComponentPositionProgram.programId,
244-
entity2,
245-
""
244+
entity2
246245
);
247246

248247
await worldProgram.methods

0 commit comments

Comments
 (0)