Skip to content

Commit

Permalink
fix: installation and test assume
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Jul 3, 2024
1 parent 043c149 commit aaa9ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
1 change: 1 addition & 0 deletions test/TrustDelegation.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ contract TrustTest is AttestationTest {
}
attesters.sort();
attesters.uniquifySorted();
vm.assume(threshold <= attesters.length);
registry.trustAttesters(threshold, attesters);
// It should set.
// It should emit event.
Expand Down

0 comments on commit aaa9ce1

Please sign in to comment.