Skip to content

Adding tests for the default values of all types in Solidity #8

Adding tests for the default values of all types in Solidity

Adding tests for the default values of all types in Solidity #8

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

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

198 tests   189 ✔️  7m 38s ⏱️
  64 suites      6 💤
  14 files        3

Results for commit 9593407.

Annotations

Check warning on line 0 in should be able to execute transferTokens

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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