build(deps): Bump step-security/publish-unit-test-result-action from … #357
GitHub Actions / Unit Tests results
succeeded
Nov 21, 2024 in 0s
All 26 tests pass in 36s
Annotations
Check notice on line 0 in .github
github-actions / Unit Tests results
26 tests found
There are 26 tests, see "Raw output" for the full list of tests.
Raw output
Should NOT allow a non-operator to transfer tokens to another account ‑ @OZERC1155Token Test Suite Should NOT allow a non-operator to transfer tokens to another account
Should NOT burn insufficient amount of token ‑ @OZERC1155Token Test Suite Should NOT burn insufficient amount of token
Should NOT transfer the ownership to another account if the caller is not owner ‑ @OZERC1155Token Test Suite Should NOT transfer the ownership to another account if the caller is not owner
Should allow an operator to transfer a token to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer a token to another account
Should allow an operator to transfer tokens in batch to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer tokens in batch to another account
Should be able to mint a new token ‑ @OZERC1155Token Test Suite Should be able to mint a new token
Should be able to mint new tokens in batch ‑ @OZERC1155Token Test Suite Should be able to mint new tokens in batch
Should burn token in batch ‑ @OZERC1155Token Test Suite Should burn token in batch
Should burn token ‑ @OZERC1155Token Test Suite Should burn token
Should check if an address is another address's operator ‑ @OZERC1155Token Test Suite Should check if an address is another address's operator
Should check the balance of an address in batch ‑ @OZERC1155Token Test Suite Should check the balance of an address in batch
Should check the existance of a token ID ‑ @OZERC1155Token Test Suite Should check the existance of a token ID
Should deploy erc1155Token ‑ @OZERC1155Token Test Suite Should deploy erc1155Token
Should retireve the total supply of a token ID ‑ @OZERC1155Token Test Suite Should retireve the total supply of a token ID
Should retrieve the token uri of a tokenID ‑ @OZERC1155Token Test Suite Should retrieve the token uri of a tokenID
Should retrieve the total supply of the whole contract ‑ @OZERC1155Token Test Suite Should retrieve the total supply of the whole contract
Should set a new token URI ‑ @OZERC1155Token Test Suite Should set a new token URI
Should set approval for all tokens for an operator ‑ @OZERC1155Token Test Suite Should set approval for all tokens for an operator
Should transfer the ownership to another account ‑ @OZERC1155Token Test Suite Should transfer the ownership to another account
should be able to execute balanceOf(address,uint256) ‑ @OZERC1155 Test Suite should be able to execute balanceOf(address,uint256)
should be able to execute balanceOfBatch(address[],uint256[]) ‑ @OZERC1155 Test Suite should be able to execute balanceOfBatch(address[],uint256[])
should be able to execute isApprovedForAll(address,address) ‑ @OZERC1155 Test Suite should be able to execute isApprovedForAll(address,address)
should be able to execute safeBatchTransferFrom(address,address,uint256[],uint256[],bytes) ‑ @OZERC1155 Test Suite should be able to execute safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)
should be able to execute safeTransferFrom(address,address,uint256,uint256,bytes) ‑ @OZERC1155 Test Suite should be able to execute safeTransferFrom(address,address,uint256,uint256,bytes)
should be able to execute setApprovalForAll(address,bool) ‑ @OZERC1155 Test Suite should be able to execute setApprovalForAll(address,bool)
should be able to execute uri(uint256) and returns the same URI for all token types ‑ @OZERC1155 Test Suite should be able to execute uri(uint256) and returns the same URI for all token types
Loading