build(deps-dev): Bump @hashgraph/hedera-local from 2.32.6 to 2.33.0 #1050
GitHub Actions / Unit Tests results
failed
Jan 24, 2025 in 0s
2 fail, 46 pass in 38s
Annotations
github-actions / Unit Tests results
@OZERC20Votes Test Suite should return the current amount of votes that `account` has in the past (getPastVotes) (should return the current amount of votes that `account` has in the past (getPastVotes) ) failed
test-results.6b85ae4c468021387c8420723540b549.xml [took 4s]
Raw output
expected 0 to equal 100.
AssertionError: expected 0 to equal 100.
at Context.<anonymous> (test/openzeppelin/ERC-20-votes/erc20Votes.js:94:27)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-0
+100
github-actions / Unit Tests results
@OZERC20Votes Test Suite should produce an error when looking up tottle supply in the future (getPastTotalSupply) (should produce an error when looking up tottle supply in the future (getPastTotalSupply) ) failed
test-results.6b85ae4c468021387c8420723540b549.xml [took 0s]
Raw output
expected 0 to equal 100.
AssertionError: expected 0 to equal 100.
at Context.<anonymous> (test/openzeppelin/ERC-20-votes/erc20Votes.js:110:23)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-0
+100
Loading