Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds tests for control structures #463

Merged
merged 5 commits into from
Nov 3, 2023

Fixes comments

c53ff14
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Adds tests for control structures #463

Fixes comments
c53ff14
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Nov 3, 2023 in 0s

2 fail, 6 skipped, 190 pass in 10m 38s

  18 files  +  4    85 suites  +21   10m 38s ⏱️ + 2m 43s
198 tests ±  0  190 ✔️  -   1  6 💤 ±0  2 +1 
254 runs  +56  244 ✔️ +53  6 💤 ±0  4 +3 

Results for commit c53ff14. ± Comparison against earlier commit 96d4ca5.

Annotations

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

3 out of 4 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.d829519cd536f562f3e6ba70fb1206a2.xml
test-results.ebd55cf1f5e9d8aa18c436ec36f2250c.xml
test-results.fe6f3295987b40226086106e48d82657.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

1 out of 2 runs failed: 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)

test-results.3de9cc02a045d1b31b18325ea246ca25.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