Skip to content

feat: added ContractScanner service class to handle fetching contract… #1524

feat: added ContractScanner service class to handle fetching contract…

feat: added ContractScanner service class to handle fetching contract… #1524

GitHub Actions / Unit Tests results succeeded Dec 4, 2024 in 0s

All 10 tests pass in 22s

 1 files  ± 0   2 suites   - 6   22s ⏱️ - 1m 41s
10 tests  - 19  10 ✅  - 17  0 💤 ±0  0 ❌  - 2 
10 runs   - 31  10 ✅  - 29  0 💤 ±0  0 ❌  - 2 

Results for commit 593cdad. ± Comparison against earlier commit 8bf6618.

Annotations

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