fix(tests): update commit_finalize tests with delegated_account_owner#160
fix(tests): update commit_finalize tests with delegated_account_owner#160ev0r0x wants to merge 1 commit intomagicblock-labs:mainfrom
commit_finalize tests with delegated_account_owner#160Conversation
Updated `commit_finalize` tests to include the new `delegated_account_owner parameter`. All instruction builders in tests now pass the account owner, reflecting the addition of the program config PDA in account metadata. This ensures tests remain compatible with the updated API and correctly validate `commit_finalize` behavior.
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can validate your CodeRabbit configuration file in your editor.If your editor has YAML language server, you can enable auto-completion and validation by adding |
commit_finalize tests with delegated_account_ownercommit_finalize tests with delegated_account_owner
Updated
commit_finalizetests to include the newdelegated_account_owner parameter. All instruction builders in tests now pass the account owner, reflecting the addition of the program config PDA in account metadata. This ensures tests remain compatible with the updated API and correctly validatecommit_finalizebehavior.