Skip to content

build(deps-dev): Bump @nomicfoundation/hardhat-foundry from 1.1.2 to … #359

build(deps-dev): Bump @nomicfoundation/hardhat-foundry from 1.1.2 to …

build(deps-dev): Bump @nomicfoundation/hardhat-foundry from 1.1.2 to … #359

GitHub Actions / Unit Tests results failed Nov 21, 2024 in 0s

1 fail, 9 pass in 24s

10 tests  ±0   9 ✅  - 1   24s ⏱️ ±0s
 2 suites ±0   0 💤 ±0 
 1 files   ±0   1 ❌ +1 

Results for commit e3c088b. ± Comparison against earlier commit 624b4b6.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

TokenTransferContract Test Suite should be able to execute transferToken (should be able to execute transferToken) failed

test-results.57ee3f2f55d06be34eca521c2b0dcb72.xml [took 0s]
Raw output
expected 9999999967 to equal 9999999934.
AssertionError: expected 9999999967 to equal 9999999934.
    at Context.<anonymous> (test/system-contracts/hedera-token-service/token-transfer/tokenTransferContract.js:223:36)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -9999999967
      +9999999934

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

10 tests found

There are 10 tests, see "Raw output" for the full list of tests.
Raw output
should NOT be able to use transferFrom on NFT tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on NFT tokens without approval
should NOT be able to use transferFrom on fungible tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on fungible tokens without approval
should be able to execute cryptoTransfer for hbar transfer only ‑ TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only
should be able to execute cryptoTransfer for nft only ‑ TokenTransferContract Test Suite should be able to execute cryptoTransfer for nft only
should be able to execute cryptoTransfer with both 3 txs ‑ TokenTransferContract Test Suite should be able to execute cryptoTransfer with both 3 txs
should be able to execute getApproved ‑ TokenTransferContract Test Suite should be able to execute getApproved
should be able to execute transferNFT ‑ TokenTransferContract Test Suite should be able to execute transferNFT
should be able to execute transferNFTs ‑ TokenTransferContract Test Suite should be able to execute transferNFTs
should be able to execute transferToken ‑ TokenTransferContract Test Suite should be able to execute transferToken
should be able to execute transferTokens ‑ TokenTransferContract Test Suite should be able to execute transferTokens