Flex-NFT-Marketplace / Flex-Marketplace-Contract

10 stars 31 forks source link

Complete all the tests for SignatureChecker2 #39

Closed ametel01 closed 8 months ago

ametel01 commented 8 months ago

Complete the test cases in test.

All contract are deployed and dispatcher initialized, refer to test utils for details.

use scarb run test to run all the tests, or scarb run test <test_name> to run a specific test. Adjust the #[should_panic()] decorator error message based on the test case, refer to starknet foundry docs for detailed implementation.

All test cases are required to PASS

etherhood commented 8 months ago

I would like to work on this issue