dhiway / cord

CORD - Enterprise Blockchain Framework
https://cord.network
GNU General Public License v3.0
161 stars 112 forks source link

Pallet/asset: Add tests for AssetIdNotFound #480

Closed adi-a11y closed 5 months ago

adi-a11y commented 5 months ago

Issue Reference: #375

This Pull Request addresses the issue described in Issue #375, which pertains to the AssetIdNotFound error being emitted in six different functions within the pallet.

This error is emitted in six different functions: issue, transfer, status_change, vc_issue, vc_transfer, and vc_status_change. Tests have been written for each of these functions.