Skip to content

Adding tests for Concatenation. #664

Adding tests for Concatenation.

Adding tests for Concatenation. #664

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

2 fail, 6 skipped, 190 pass in 8m 8s

  15 files  +  1    66 suites  +2   8m 8s ⏱️ +15s
198 tests ±  0  190 ✔️  - 2  6 💤 ±0  2 +2 
208 runs  +10  200 ✔️ +8  6 💤 ±0  2 +2 

Results for commit 9129630. ± Comparison against earlier commit d817d86.

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

1 out of 2 runs failed: TokenTransferContract Test Suite should be able to execute transferTokens (should be able to execute transferTokens)

test-results.82b0c53064854941d47ff7723e2dff17.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

1 out of 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.82b0c53064854941d47ff7723e2dff17.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