Closed Aman035 closed 4 months ago
.Throw
should be changed to .throw
in all expect
statements.With signer and provider :: should add tags
, the timeout syntax is incorrect. It should be this.timeout(10000)
at the beginning of the test function.expect
assertions should be reviewed for correctness as per the logic of the code..env
file and verifying the environment setup should be reviewed and potentially cleaned up as it is unnecessary for the current implementation.All looks good.
Fixes Issue
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers