Skip to content

Adding unit tests for Solidity Crypto Units and Time Units #151

Adding unit tests for Solidity Crypto Units and Time Units

Adding unit tests for Solidity Crypto Units and Time Units #151

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Oct 10, 2023 in 0s

3 fail, 6 skipped, 189 pass in 9m 38s

  16 files    81 suites   9m 38s ⏱️
198 tests 189 ✔️ 6 💤 3
234 runs  223 ✔️ 6 💤 5

Results for commit f93f401.

Annotations

Check warning on line 0 in should be able to make second Fungible Tokens transfer

See this annotation in the file changed.

@github-actions 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

Check warning on line 0 in should test that second transfer HBARs via contract to the hollow account is successful

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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