Flex-NFT-Marketplace / Flex-Marketplace-Contract

12 stars 40 forks source link

Complete all tests for RoyaltyFeeRegistry #38

Closed ametel01 closed 9 months ago

ametel01 commented 10 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

Realkayzee commented 9 months ago

can i take this up?