Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Sep 10, 2024
1 parent bcbdc1c commit 439e4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helium-entity-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ describe("helium-entity-manager", () => {

await hemProgram.methods
.setEntityActiveV0({
isActive: false,
isActive: true,
entityKey: Buffer.from(bs58.decode(ecc)),
})
.accounts({
Expand Down

0 comments on commit 439e4ef

Please sign in to comment.