ci: fixed check for forked repository on PR (#1153) #543
4 fail, 24 pass in 16s
Annotations
Check warning on line 0 in should NOT be able to execute approve
github-actions / Unit Tests results
ERC721Contract Test Suite Unsupported operations should NOT be able to execute approve (should NOT be able to execute approve) failed
test-results.f783704ca898612db3f440834f4689f5.xml [took 0s]
Raw output
expected -32603 to equal 'CALL_EXCEPTION'
AssertionError: expected -32603 to equal 'CALL_EXCEPTION'
at Function.expectToFail (test/system-contracts/hedera-token-service/utils.js:677:27)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Context.<anonymous> (test/system-contracts/hedera-token-service/erc-721/ERC721Contract.js:239:7)
+ expected - actual: failed to generate Mocha diff
Check warning on line 0 in should NOT be able to execute transferFrom
github-actions / Unit Tests results
ERC721Contract Test Suite Unsupported operations should NOT be able to execute transferFrom (should NOT be able to execute transferFrom) failed
test-results.f783704ca898612db3f440834f4689f5.xml [took 0s]
Raw output
expected -32603 to equal 'CALL_EXCEPTION'
AssertionError: expected -32603 to equal 'CALL_EXCEPTION'
at Function.expectToFail (test/system-contracts/hedera-token-service/utils.js:677:27)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Context.<anonymous> (test/system-contracts/hedera-token-service/erc-721/ERC721Contract.js:272:7)
+ expected - actual: failed to generate Mocha diff
Check warning on line 0 in should NOT be able execute safeTransferFrom
github-actions / Unit Tests results
ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFrom (should NOT be able execute safeTransferFrom) failed
test-results.f783704ca898612db3f440834f4689f5.xml [took 0s]
Raw output
expected -32603 to equal 'CALL_EXCEPTION'
AssertionError: expected -32603 to equal 'CALL_EXCEPTION'
at Function.expectToFail (test/system-contracts/hedera-token-service/utils.js:677:27)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Context.<anonymous> (test/system-contracts/hedera-token-service/erc-721/ERC721Contract.js:317:7)
+ expected - actual: failed to generate Mocha diff
Check warning on line 0 in should NOT be able execute safeTransferFromWithData
github-actions / Unit Tests results
ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFromWithData (should NOT be able execute safeTransferFromWithData) failed
test-results.f783704ca898612db3f440834f4689f5.xml [took 0s]
Raw output
expected -32603 to equal 'CALL_EXCEPTION'
AssertionError: expected -32603 to equal 'CALL_EXCEPTION'
at Function.expectToFail (test/system-contracts/hedera-token-service/utils.js:677:27)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Context.<anonymous> (test/system-contracts/hedera-token-service/erc-721/ERC721Contract.js:329:7)
+ expected - actual: failed to generate Mocha diff
Check notice on line 0 in .github
github-actions / Unit Tests results
28 tests found
There are 28 tests, see "Raw output" for the full list of tests.
Raw output
Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom ‑ @OZIERC721Receiver Test Suite Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom
Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom ‑ @OZIERC721Receiver Test Suite Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom
Should deploy contracts to proper addresses ‑ @OZIERC721Receiver Test Suite Should deploy contracts to proper addresses
should NOT be able call tokenByIndex ‑ ERC721Contract Test Suite Unsupported operations should NOT be able call tokenByIndex
should NOT be able call tokenOfOwnerByIndex ‑ ERC721Contract Test Suite Unsupported operations should NOT be able call tokenOfOwnerByIndex
should NOT be able execute safeTransferFrom ‑ ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFrom
should NOT be able execute safeTransferFromWithData ‑ ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFromWithData
should NOT be able to execute approve ‑ ERC721Contract Test Suite Unsupported operations should NOT be able to execute approve
should NOT be able to execute delegateSetApprovalForAll and isApprovedForAll ‑ ERC721Contract Test Suite should NOT be able to execute delegateSetApprovalForAll and isApprovedForAll
should NOT be able to execute transferFrom ‑ ERC721Contract Test Suite Unsupported operations should NOT be able to execute transferFrom
should be able to delegate approve ‑ ERC721Contract Test Suite should be able to delegate approve
should be able to execute approve(address,uint256) ‑ @OZERC721 Test Suite should be able to execute approve(address,uint256)
should be able to execute balanceOf ‑ ERC721Contract Test Suite should be able to execute balanceOf
should be able to execute balanceOf(address) ‑ @OZERC721 Test Suite should be able to execute balanceOf(address)
should be able to execute delegate transferFrom ‑ ERC721Contract Test Suite should be able to execute delegate transferFrom
should be able to execute getApproved ‑ ERC721Contract Test Suite should be able to execute getApproved
should be able to execute getApproved(uint256) ‑ @OZERC721 Test Suite should be able to execute getApproved(uint256)
should be able to execute isApprovedForAll(address,address) ‑ @OZERC721 Test Suite should be able to execute isApprovedForAll(address,address)
should be able to execute name() ‑ @OZERC721 Test Suite should be able to execute name()
should be able to execute ownerOf ‑ ERC721Contract Test Suite should be able to execute ownerOf
should be able to execute ownerOf(uint256) ‑ @OZERC721 Test Suite should be able to execute ownerOf(uint256)
should be able to execute setApprovalForAll(address,bool) ‑ @OZERC721 Test Suite should be able to execute setApprovalForAll(address,bool)
should be able to execute symbol() ‑ @OZERC721 Test Suite should be able to execute symbol()
should be able to execute transferFrom(address,address,uint256) ‑ @OZERC721 Test Suite should be able to execute transferFrom(address,address,uint256)
should be able to get token name ‑ ERC721Contract Test Suite should be able to get token name
should be able to get token symbol ‑ ERC721Contract Test Suite should be able to get token symbol
should be able to get token totalSupply ‑ ERC721Contract Test Suite should be able to get token totalSupply
should be able to get token uri via tokenURI ‑ ERC721Contract Test Suite should be able to get token uri via tokenURI