Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
alindima committed Aug 3, 2023
1 parent f031c9a commit 424f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/test-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ sp_api::impl_runtime_apis! {
}

fn minimum_backing_votes() -> u32 {
parachains_runtime_api_impl::minimum_backing_votes::<Runtime>()
runtime_impl::minimum_backing_votes::<Runtime>()
}

fn validator_groups() -> (Vec<Vec<ValidatorIndex>>, GroupRotationInfo<BlockNumber>) {
Expand Down

0 comments on commit 424f3a4

Please sign in to comment.