Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jan 23, 2024
1 parent dcee99c commit 0196f28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration-tests/emulated/chains/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ use xcm_emulator::{
decl_test_sender_receiver_accounts_parameter_types,
};

use polkadot_primitives::runtime_api::runtime_decl_for_parachain_host::ParachainHostV7;

decl_test_relay_chains! {
#[api_version(5)]
pub struct Polkadot {
Expand All @@ -58,7 +56,7 @@ decl_test_relay_chains! {
Hrmp: polkadot_runtime::Hrmp,
}
},
#[api_version(5)]
#[api_version(8)]
pub struct Kusama {
genesis = kusama::genesis(),
on_init = (),
Expand Down

0 comments on commit 0196f28

Please sign in to comment.