From c64bd61e5ef25ab3f4d85408ef74f9ce9d122129 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Wed, 17 Jan 2024 13:23:43 +0100 Subject: [PATCH] review --- end2end-tests/tests/common/membership.rs | 17 ----------------- end2end-tests/tests/common/mod.rs | 1 - runtime/gdev/tests/xt_tests.rs | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 end2end-tests/tests/common/membership.rs diff --git a/end2end-tests/tests/common/membership.rs b/end2end-tests/tests/common/membership.rs deleted file mode 100644 index c7b3fa56c..000000000 --- a/end2end-tests/tests/common/membership.rs +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2021 Axiom-Team -// -// This file is part of Substrate-Libre-Currency. -// -// Substrate-Libre-Currency is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as published by -// the Free Software Foundation, version 3 of the License. -// -// Substrate-Libre-Currency is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with Substrate-Libre-Currency. If not, see <https://www.gnu.org/licenses/>. - -// no more membership calls diff --git a/end2end-tests/tests/common/mod.rs b/end2end-tests/tests/common/mod.rs index 6dbbbda5b..b147b9783 100644 --- a/end2end-tests/tests/common/mod.rs +++ b/end2end-tests/tests/common/mod.rs @@ -20,7 +20,6 @@ pub mod balances; pub mod cert; pub mod distance; pub mod identity; -pub mod membership; pub mod oneshot; #[subxt::subxt( diff --git a/runtime/gdev/tests/xt_tests.rs b/runtime/gdev/tests/xt_tests.rs index 5caf3a87e..4635571e3 100644 --- a/runtime/gdev/tests/xt_tests.rs +++ b/runtime/gdev/tests/xt_tests.rs @@ -15,7 +15,7 @@ // along with Duniter-v2S. If not, see <https://www.gnu.org/licenses/>. // these integration tests aim to test fees and extrinsic-related externalities -// they do not work with runtim-benchmark because it has a different fees model +// they need constant-fees feature to work mod common; -- GitLab