Skip to content

Commit

Permalink
test: increase c
Browse files Browse the repository at this point in the history
  • Loading branch information
ameeshaagrawal committed Nov 1, 2023
1 parent 5fa2035 commit ead90ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Setup.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import "../contracts/capacitors/HashChainCapacitor.sol";
import "../contracts/decapacitors/HashChainDecapacitor.sol";

contract Setup is Test {
uint256 internal c = 1;
uint256 internal c = 1000;
uint32 internal aChainSlug = uint32(uint256(0x2013AA262));
uint32 internal bChainSlug = uint32(uint256(0x2013AA263));
uint32 internal cChainSlug = uint32(uint256(0x2013AA264));
Expand Down

0 comments on commit ead90ab

Please sign in to comment.