--- a/runtime/tests/src/tests.rs +++ b/runtime/tests/src/tests.rs @@ -168,6 +168,7 @@ fn get_token_properties(collection_id: CollectionId, token_id: TokenId) -> Vec { >::token_properties((collection_id, token_id)) + .unwrap_or_default() .into_iter() .map(|(key, value)| Property { key, value }) .collect()