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

Commit 424f3a4

Browse files
committed
fix test again
1 parent f031c9a commit 424f3a4

File tree

1 file changed

+1
-1
lines changed
  • runtime/test-runtime/src

1 file changed

+1
-1
lines changed

runtime/test-runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ sp_api::impl_runtime_apis! {
816816
}
817817

818818
fn minimum_backing_votes() -> u32 {
819-
parachains_runtime_api_impl::minimum_backing_votes::<Runtime>()
819+
runtime_impl::minimum_backing_votes::<Runtime>()
820820
}
821821

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

0 commit comments

Comments
 (0)