Insrt-Finance / insrt-v2-contracts

0 stars 3 forks source link

Standardize foundry reversion test case naming #100

Closed CruzMolina closed 1 year ago

CruzMolina commented 1 year ago

Some reversion test cases are named with an underscore postfix after RevertsWhen (ex. test_attemptBatchMintRevertsWhen_AttemptingZeroMints) and some do not have the underscore (ex. test_attemptBatchMintRevertsWhenAttemptingZeroMints).

We should go through and do a regex find and replace to standardize them (it seems like we are leaning towards having the underscore postfix).