keep-starknet-strange / satoru

Synthetics platform for Starknet, inspired by GMX v2 design.
https://book.satoru.run/
MIT License
110 stars 74 forks source link

Fix: Following tests need to get fixed #653

Open zarboq opened 1 month ago

zarboq commented 1 month ago

List of tests to fix:

tests::bank::test_bank::given_caller_has_no_controller_role_when_transfer_out_then_fails
tests::bank::test_strict_bank::given_caller_has_no_controller_role_when_transfer_out_then_fails
tests::deposit::test_deposit_vault::given_caller_has_no_controller_role_when_transfer_out_then_fails
tests::swap::test_swap_handler::given_swap_path_market_then_works
tests::withdrawal::test_withdrawal_vault::given_caller_has_no_controller_role_when_transfer_out_then_fails
tests::integration::test_long_integration::test_long_18_decrease_close_integration
tests::integration::test_long_integration::test_long_demo_market_integration
tests::integration::test_long_integration::test_long_18_close_integration
LamsyA commented 1 month ago

Hi @zarboq,

If you are not currently working on this issue, could you please assign it to me? I have reviewed the repository and understand how to fix the tests.

Thank you!