Skip to content

Commit

Permalink
fix(contracts): correctly deploy test contracts
Browse files Browse the repository at this point in the history
Correctly deploy contracts in tests
  • Loading branch information
spengrah committed Mar 18, 2024
1 parent bb429ae commit 81880b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/tests/HatsGatekeeper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ describe("HatsProtocol Gatekeeper", () => {
STATE_TREE_DEPTH,
signer,
true,
true,
hatsGatekeeperSingle,
);

Expand Down Expand Up @@ -217,6 +218,7 @@ describe("HatsProtocol Gatekeeper", () => {
STATE_TREE_DEPTH,
signer,
true,
true,
hatsGatekeeperMultiple,
);

Expand Down

0 comments on commit 81880b3

Please sign in to comment.