-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enable parallel test escrow checks using unique denominations
This commit fixes issue #6742 by introducing unique denominations for each test to avoid state interference when running tests in parallel. The changes include: - Add getUniqueDenom helper to create test-specific denominations - Modify all transfer tests to use unique denominations - Re-enable escrow amount verification in parallel tests - Clean up test setup and variable declarations The solution allows tests to run in parallel while still verifying escrow functionality, improving test coverage and reliability.
- Loading branch information
1 parent
44af86e
commit 255fcb2
Showing
1 changed file
with
85 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters