Adding tests for the default values of all types in Solidity #8
3 fail, 6 skipped, 189 pass in 7m 38s
Annotations
Check warning on line 0 in should be able to execute transferTokens
github-actions / Test Results
TokenTransferContract Test Suite should be able to execute transferTokens (should be able to execute transferTokens) failed
test-results.ee5d31669d1ff543eb9e2ac44f920482.xml
Raw output
expected 0 to equal 33. The numerical values of the given "ethers.BigNumber" and "string" inputs were compared, and they differed.
AssertionError: expected 0 to equal 33. The numerical values of the given "ethers.BigNumber" and "string" inputs were compared, and they differed.
at Context.<anonymous> (test/hts-precompile/token-transfer/tokenTransferContract.js:150:36)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-0
+33
Check warning on line 0 in should be able to execute cryptoTransfer for hbar transfer only
github-actions / Test Results
TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only (should be able to execute cryptoTransfer for hbar transfer only) failed
test-results.ee5d31669d1ff543eb9e2ac44f920482.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
Check warning on line 0 in should be able to make second Non-Fungible Token transfer
github-actions / Test Results
HIP583 Test Suite Direct Ethereum Tx Positive Non-Fungible Token Test should be able to make second Non-Fungible Token transfer (should be able to make second Non-Fungible Token transfer) failed
test-results.1f424620073750581564bc4169fa4a11.xml
Raw output
expected 1 to be above 1. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
AssertionError: expected 1 to be above 1. 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:335:47)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual