Closed shuhuiluo closed 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.
TestUtils
_callVm
LibString.eq
_createAccounts
Changed the internal utility functions in
TestUtils
to be pure, adding randomness via_callVm
for consistency. This also updated string comparison to useLibString.eq
and simplified the_createAccounts
method.