We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a240e4b commit 459b53dCopy full SHA for 459b53d
2 files changed
‎test/LibPRNG.t.sol‎
@@ -589,7 +589,7 @@ contract LibPRNGTest is SoladyTest {
589
this.lazyShufflerNext(_random());
590
}
591
592
- function testLazyShufflerRevertsOnFinshedNext(uint256 n) public {
+ function testLazyShufflerRevertsOnFinishedNext(uint256 n) public {
593
n = _bound(n, 1, 3);
594
_lazyShuffler0.initialize(n);
595
unchecked {
‎test/LibSort.t.sol‎
@@ -37,7 +37,7 @@ contract LibSortTest is SoladyTest {
37
testInsertionSortPsuedorandom(123456789);
38
39
40
- function testSortChecksumed(uint256) public {
+ function testSortChecksummed(uint256) public {
41
42
uint256 n = _randomArrayLength();
43
uint256[] memory a = _randomUints(n);
0 commit comments