river-build / river

MIT License
23 stars 5 forks source link

test(contract): make `TestUtils` pure and random #1352

Closed shuhuiluo closed 1 week ago

shuhuiluo commented 1 week ago

Changed the internal utility functions in TestUtils to be pure, adding randomness via _callVm for consistency. This also updated string comparison to use LibString.eq and simplified the _createAccounts method.