Skip to content

Commit

Permalink
fix Random tests (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock authored Jul 2, 2024
1 parent 7121018 commit 0629441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Random.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ contract X {
contract TestRandom is Test, X, SuaveEnabled {
function setUp() public override {
super.setUp();
enableSuave();
}

function testRandomBytes() public {
Expand Down

0 comments on commit 0629441

Please sign in to comment.