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

hedera-main to main #13

Closed
wants to merge 9 commits into from

-- forge init Counter files

2e4c1de
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

hedera-main to main #13

-- forge init Counter files
2e4c1de
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Oct 17, 2023 in 0s

1 fail, 6 skipped, 158 pass in 5m 58s

165 tests   - 32   158 ✔️  - 31   5m 58s ⏱️ - 1m 38s
  47 suites  - 15       6 💤 ±  0 
  12 files    -   1       1  -   1 

Results for commit 2e4c1de. ± Comparison against earlier commit 11b7e45.

Annotations

Check warning on line 0 in should be able to execute burn(amount)

See this annotation in the file changed.

@github-actions github-actions / Test Results

ERC20ExtensionsMock tests ERC20Burnable tests should be able to execute burn(amount) (should be able to execute burn(amount)) failed

test-results.2dd67c95f293ec15a93ca91d2aa602c3.xml
Raw output
expected 1000 to equal 900. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
AssertionError: expected 1000 to equal 900. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
    at Context.<anonymous> (test/erc-20-extensions/ERC20Extensions.js:104:29)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -1000
      +900