diff --git a/pallets/duniter-wot/src/tests.rs b/pallets/duniter-wot/src/tests.rs index 12a1851170672f47a1c80abe1a63bf296ac0453b..83806fc151f534d3e04b8e92d062a4ac6f7dadea 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 aa5073139354aa1a80339bfd8a78adacd7b7b835..340732c7d65f93585e6fff93e8873b7f30342db6 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