From d039c833dbb08383e5e964942e2d874d55cb4852 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Wed, 27 Dec 2023 12:42:56 +0100
Subject: [PATCH] test(smith-members): test_revoke_idty

---
 pallets/duniter-wot/src/tests.rs        | 1 -
 runtime/gdev/tests/integration_tests.rs | 1 -
 2 files changed, 2 deletions(-)

diff --git a/pallets/duniter-wot/src/tests.rs b/pallets/duniter-wot/src/tests.rs
index 12a185117..83806fc15 100644
--- a/pallets/duniter-wot/src/tests.rs
+++ b/pallets/duniter-wot/src/tests.rs
@@ -179,7 +179,6 @@ fn test_confirm_idty_ok() {
 }
 
 /// test identity revocation
-/// - a smith ca not revoke his identity
 /// - anyone can submit a revocation certificate signed by bob
 #[test]
 fn test_revoke_idty() {
diff --git a/runtime/gdev/tests/integration_tests.rs b/runtime/gdev/tests/integration_tests.rs
index aa5073139..340732c7d 100644
--- a/runtime/gdev/tests/integration_tests.rs
+++ b/runtime/gdev/tests/integration_tests.rs
@@ -1504,7 +1504,6 @@ fn test_killed_account() {
         })
 }
 
-// TODO: test_revoke_idty
 // TODO: test_non_smith_can_not_issue_smith_cert
 // TODO: test_non_smith_can_not_issue_smith_cert
 // TODO: test_non_smith_with_certs_can_not_issue_smith_cert
-- 
GitLab