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
Annotations
Check warning on line 0 in should be able to execute transferToken
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
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
Loading