You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should use the recommended naming conventions from the docs to make them more readable:
test_Description for standard tests.
testFuzz_Description for fuzz tests.
test_Revert[If|When]_Condition for tests expecting a revert.
testFork_Description for tests that fork from a network.
testForkFuzz_Revert[If|When]_Condition for a fuzz test that forks and expects a revert.
The text was updated successfully, but these errors were encountered:
we should use the recommended naming conventions from the docs to make them more readable:
The text was updated successfully, but these errors were encountered: