Adding unit tests for Solidity Crypto Units and Time Units #151
3 fail, 6 skipped, 189 pass in 9m 38s
Annotations
Check warning on line 0 in should be able to make second Fungible Tokens transfer
github-actions / Test Results
1 out of 2 runs failed: HIP583 Test Suite Direct Ethereum Tx Positive Fungible Token Test should be able to make second Fungible Tokens transfer (should be able to make second Fungible Tokens transfer)
test-results.fdf91c72be18b997d391628579e8c786.xml
Raw output
expected 30 to equal 60. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
AssertionError: expected 30 to equal 60. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
at Context.<anonymous> (test/hip-583/HIP583.js:215:46)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-30
+60
github-actions / Test Results
All 2 runs failed: HIP583 Test Suite - Contract Transfer TX HBAR Test should test that second transfer HBARs via contract to the hollow account is successful (should test that second transfer HBARs via contract to the hollow account is successful)
test-results.cc4e07c14cf32cbdad9747455e311be3.xml
test-results.fdf91c72be18b997d391628579e8c786.xml
Raw output
Failed to get a different balance value after 20 tries
Error: Failed to get a different balance value after 20 tries
at pollForNewHollowWalletBalance (utils/helpers.js:168:11)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Context.<anonymous> (test/hip-583/HIP583.js:479:40)
Check warning on line 0 in should be able to execute cryptoTransfer for hbar transfer only
github-actions / Test Results
All 2 runs failed: TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only (should be able to execute cryptoTransfer for hbar transfer only)
test-results.428343f6fc12a03c8032b1acbc625dec.xml
test-results.8bf95c3849cb2f13e1356b04fc9595c2.xml
Raw output
expected false to equal true
AssertionError: expected false to equal true
at Context.<anonymous> (test/hts-precompile/token-transfer/tokenTransferContract.js:279:47)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-false
+true