ethereum-optimism / core-utils

[Optimism] Various useful utilities.
MIT License
1 stars 7 forks source link

fix: Reset Math.random after tests #39

Closed smartcontracts closed 3 years ago

smartcontracts commented 3 years ago

Description Math.random was being mutated during our tests to provide consistent random values but was not being reset. Would mess with other tests that use Math.random.