Skip to content

Commit

Permalink
apparently 1.72 is smarter than 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Aug 31, 2023
1 parent 5cba653 commit 1c6d4b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion polkadot/node/core/approval-voting/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.

use self::test_helpers::mock::fresh_leaf;
use super::*;
use polkadot_node_primitives::{
approval::{
Expand All @@ -36,7 +37,6 @@ use polkadot_primitives::{
ValidationCode, ValidatorSignature,
};
use std::time::Duration;
use test_helpers::mock::fresh_leaf;

use assert_matches::assert_matches;
use async_trait::async_trait;
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/core/av-store/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use super::*;
use assert_matches::assert_matches;
use futures::{channel::oneshot, executor, future, Future};

use self::test_helpers::mock::fresh_leaf;
use ::test_helpers::TestCandidateBuilder;
use parking_lot::Mutex;
use polkadot_node_primitives::{AvailableData, BlockData, PoV, Proof};
Expand All @@ -34,7 +35,6 @@ use polkadot_primitives::{
PersistedValidationData, ValidatorId,
};
use sp_keyring::Sr25519Keyring;
use test_helpers::mock::fresh_leaf;

mod columns {
pub const DATA: u32 = 0;
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/core/backing/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.

use self::test_helpers::mock::fresh_leaf;
use super::*;
use ::test_helpers::{
dummy_candidate_receipt_bad_sig, dummy_collator, dummy_collator_signature,
Expand Down Expand Up @@ -41,7 +42,6 @@ use sp_keystore::Keystore;
use sp_tracing as _;
use statement_table::v2::Misbehavior;
use std::collections::HashMap;
use test_helpers::mock::fresh_leaf;

mod prospective_parachains;

Expand Down

0 comments on commit 1c6d4b3

Please sign in to comment.