diff --git a/programs/simulator/tests/cases/test_swap_from_dump.rs b/programs/simulator/tests/cases/test_swap_from_dump.rs index efe75b5..fc4a682 100644 --- a/programs/simulator/tests/cases/test_swap_from_dump.rs +++ b/programs/simulator/tests/cases/test_swap_from_dump.rs @@ -62,6 +62,11 @@ async fn test_quote_match_swap_for_raydium_cp() -> anyhow::Result<()> { run_all_swap_from_dump("raydium_cp_swap.lz4").await? } +#[tokio::test] +async fn test_quote_match_swap_for_gamma() -> anyhow::Result<()> { + run_all_swap_from_dump("gamma_swap.lz4").await? +} + #[tokio::test] async fn test_quote_match_swap_for_openbook_v2() -> anyhow::Result<()> { run_all_swap_from_dump("openbook_v2_swap.lz4").await? diff --git a/programs/simulator/tests/fixtures/GAMMA7meSFWaBXF25oSUgmGRwaW6sCMFLmBNiMSdbHVT.so b/programs/simulator/tests/fixtures/GAMMA7meSFWaBXF25oSUgmGRwaW6sCMFLmBNiMSdbHVT.so new file mode 100644 index 0000000..8f6261d Binary files /dev/null and b/programs/simulator/tests/fixtures/GAMMA7meSFWaBXF25oSUgmGRwaW6sCMFLmBNiMSdbHVT.so differ