File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -2442,33 +2442,6 @@ def test_success_when_with_partial_ip_metadata_provided_for_minted_nft(
24422442 == IPMetadata .from_input (partialIpMetadata ).get_validated_data ()
24432443 ) # ip_metadata
24442444
2445- def test_success_when_ip_metadata_not_provided_for_minted_nft (
2446- self ,
2447- ip_asset : IPAsset ,
2448- mock_parse_ip_registered_event ,
2449- mock_get_ip_id ,
2450- mock_signature_related_methods ,
2451- mock_is_registered ,
2452- ):
2453- with (
2454- mock_parse_ip_registered_event (),
2455- mock_get_ip_id (),
2456- mock_signature_related_methods (),
2457- mock_is_registered (is_registered = False ),
2458- patch .object (
2459- ip_asset .ip_asset_registry_client ,
2460- "build_register_transaction" ,
2461- return_value = {"tx_hash" : TX_HASH .hex ()},
2462- ) as mock_build_register_transaction ,
2463- ):
2464- ip_asset .register_ip_asset (
2465- nft = MintedNFT (type = "minted" , nft_contract = ADDRESS , token_id = 3 ),
2466- )
2467- assert (
2468- mock_build_register_transaction .call_args [0 ][2 ]
2469- == IPMetadata .from_input ().get_validated_data ()
2470- ) # ip_metadata
2471-
24722445 def test_success_when_all_optional_parameters_provided_for_mint_nft (
24732446 self ,
24742447 ip_asset : IPAsset ,
You can’t perform that action at this time.
0 commit comments