From cd5867ed8221f8b945136fee330aa1ea5b4ee05b Mon Sep 17 00:00:00 2001 From: Joseph Zhao Date: Tue, 16 Jul 2024 23:17:29 +0800 Subject: [PATCH] add prdoc --- prdoc/pr_4930.prdoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 prdoc/pr_4930.prdoc diff --git a/prdoc/pr_4930.prdoc b/prdoc/pr_4930.prdoc new file mode 100644 index 000000000000..f938c6262789 --- /dev/null +++ b/prdoc/pr_4930.prdoc @@ -0,0 +1,15 @@ +# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 +# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json + +title: Add test macro to emulated chains + +doc: + - audience: Runtime Dev + description: | + This PR add an portable test macro for all emulated-chains runtimes and chains could + claim error for unknown asset. + + +crates: +- name: emulated-integration-tests-common + bump: minor