chore(ci): match relay falcon config — consensus and mirror node vers… #269
GitHub Actions / Unit Tests results
succeeded
Aug 28, 2026 in 0s
All 23 tests pass in 6m 25s
Annotations
Check notice on line 0 in .github
github-actions / Unit Tests results
23 tests found
There are 23 tests, see "Raw output" for the full list of tests.
Raw output
should be possible to delete the contract if it is the receiver of the pending airdrop ‑ HIP904Batch3 ClaimAirdropContract Test Suite should be possible to delete the contract if it is the receiver of the pending airdrop
should claim a single pending NFT airdrop ‑ HIP904Batch3 ClaimAirdropContract Test Suite should claim a single pending NFT airdrop
should claim a single pending fungible token airdrop ‑ HIP904Batch3 ClaimAirdropContract Test Suite should claim a single pending fungible token airdrop
should claim multiple pending fungible token airdrops ‑ HIP904Batch3 ClaimAirdropContract Test Suite should claim multiple pending fungible token airdrops
should fail to airdrop Number.MAX_SAFE_INTEGER + 1 tokens ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to airdrop Number.MAX_SAFE_INTEGER + 1 tokens
should fail to airdrop a token to themselves ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to airdrop a token to themselves
should fail to claim airdrops when NFT does not exist ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to claim airdrops when NFT does not exist
should fail to claim airdrops when NFT serial number does not exist ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to claim airdrops when NFT serial number does not exist
should fail to claim airdrops when receiver does not have a valid account ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to claim airdrops when receiver does not have a valid account
should fail to claim airdrops when sender does not have a valid account ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to claim airdrops when sender does not have a valid account
should fail to claim airdrops when sender has no pending airdrops ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to claim airdrops when sender has no pending airdrops
should fail to claim airdrops when token does not exist ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to claim airdrops when token does not exist
should fail to claim more than 10 pending airdrops at once ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail to claim more than 10 pending airdrops at once
should fail when provided NFT is invalid ‑ HIP904Batch3 TokenRejectContract Test Suite should fail when provided NFT is invalid
should fail when provided fungible token is invalid ‑ HIP904Batch3 TokenRejectContract Test Suite should fail when provided fungible token is invalid
should fail when sender does not have a pending airdrop ‑ HIP904Batch3 TokenRejectContract Test Suite should fail when sender does not have a pending airdrop
should fail when sender does not have any associated tokens ‑ HIP904Batch3 TokenRejectContract Test Suite should fail when sender does not have any associated tokens
should fail with `PENDING_NFT_AIRDROP_ALREADY_EXISTS` when contract airdrops multiple duplicated NFT tokens to an account with max auto associations disabled ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail with `PENDING_NFT_AIRDROP_ALREADY_EXISTS` when contract airdrops multiple duplicated NFT tokens to an account with max auto associations disabled
should fail with `SENDER_DOES_NOT_OWN_NFT_SERIAL_NO` when contract airdrops multiple duplicated NFT tokens to an account with max auto associations enable ‑ HIP904Batch3 ClaimAirdropContract Test Suite should fail with `SENDER_DOES_NOT_OWN_NFT_SERIAL_NO` when contract airdrops multiple duplicated NFT tokens to an account with max auto associations enable
should reject NFTs for a single account ‑ HIP904Batch3 TokenRejectContract Test Suite should reject NFTs for a single account
should reject a specific NFT serial when more than one has been minted ‑ HIP904Batch3 TokenRejectContract Test Suite should reject a specific NFT serial when more than one has been minted
should reject tokens for a single account ‑ HIP904Batch3 TokenRejectContract Test Suite should reject tokens for a single account
should reject tokens for multiple accounts ‑ HIP904Batch3 TokenRejectContract Test Suite should reject tokens for multiple accounts
Loading