-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update expected blocks for failing tests
The real issue is using callPublicFn instead of mineBlock, as it does not provide the block height the TX was sent in. A more sustainable solution would be to use mineBlock with the tx data, then using its height property to perform the check. This error will get triggered again if anything is changed around the deployment plan, e.g. a new contract is added.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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