Commit ed91a8a
authored
qa: use CommitmentFinalized for USDC balance check (#3542)
## Summary of Changes
- Change `GetTokenAccountBalance` commitment level from
`CommitmentConfirmed` to `CommitmentFinalized` when checking USDC
balances in the QA settlement test
## Testing Verification
- Fixes flaky `TestQA_MulticastSettlement/validate_balance_after_pay`
failure seen in
https://github.com/malbeclabs/infra/actions/runs/24531910905/job/71717025418,
where the balance was read immediately after a transaction was confirmed
but before it was finalized, causing the debit to not yet be visible1 parent d23d82f commit ed91a8a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments