hedera-main to main #13
Closed
GitHub Actions / Test Results
failed
Oct 17, 2023 in 0s
1 fail, 6 skipped, 158 pass in 5m 58s
Annotations
Check warning on line 0 in should be able to execute burn(amount)
github-actions / Test Results
ERC20ExtensionsMock tests ERC20Burnable tests should be able to execute burn(amount) (should be able to execute burn(amount)) failed
test-results.2dd67c95f293ec15a93ca91d2aa602c3.xml
Raw output
expected 1000 to equal 900. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
AssertionError: expected 1000 to equal 900. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
at Context.<anonymous> (test/erc-20-extensions/ERC20Extensions.js:104:29)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-1000
+900
Loading