From 59488319c396d842ec604e77c3fbb3b1956b091b Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Fri, 09 Jun 2023 21:16:02 +0000 Subject: [PATCH] remove testing artifacts --- --- a/tests/src/migrations/942057-appPromotion/collectData.ts +++ b/tests/src/migrations/942057-appPromotion/collectData.ts @@ -11,5 +11,3 @@ // execSync(`chainql --tla-str=chainUrl=wss://ws-quartz.unique.network:443 ${pathToScript} > ${outputPath}`); execSync(`chainql --tla-str=chainUrl=ws://127.0.0.1:9944 ${pathToScript} > ${outputPath}`); }; - -collectData(); -- gitstuff