From d8634e12fbd6a20fe472e078e5ab281b70b9e3c5 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Tue, 12 Jul 2022 23:00:18 +0200
Subject: [PATCH] fix live tests compilation

---
 live-tests/tests/sanity_gdev.rs | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/live-tests/tests/sanity_gdev.rs b/live-tests/tests/sanity_gdev.rs
index 4e6e14938..115eeadda 100644
--- a/live-tests/tests/sanity_gdev.rs
+++ b/live-tests/tests/sanity_gdev.rs
@@ -41,9 +41,13 @@ type AccountInfo = gdev_runtime::runtime_types::frame_system::AccountInfo<
     Index,
     gdev_runtime::runtime_types::pallet_duniter_account::types::AccountData<Balance>,
 >;
+type IdtyData = gdev_runtime::runtime_types::common_runtime::entities::IdtyData;
 type IdtyIndex = u32;
-type IdtyValue =
-    gdev_runtime::runtime_types::pallet_identity::types::IdtyValue<BlockNumber, AccountId32>;
+type IdtyValue = gdev_runtime::runtime_types::pallet_identity::types::IdtyValue<
+    BlockNumber,
+    AccountId32,
+    IdtyData,
+>;
 use gdev_runtime::runtime_types::pallet_identity::types::IdtyStatus;
 
 struct Storage {
-- 
GitLab