Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Sep 25, 2023
1 parent 9c466e4 commit 95c0220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub(crate) mod import_kusama_fellowship {
#[cfg(test)]
pub mod tests {
use super::import_kusama_fellowship::FellowshipAddresses;
use crate::{FellowshipCollectiveInstance as Fellowship, Runtime, System};
use crate::{fellowship::FellowshipCollectiveInstance as Fellowship, Runtime, System};
use frame_support::traits::OnRuntimeUpgrade;
use pallet_ranked_collective::Rank;
use parachains_common::AccountId;
Expand Down

0 comments on commit 95c0220

Please sign in to comment.