Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Jan 24, 2024
1 parent 868858f commit c657589
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl snowbridge_pallet_outbound_queue::Config for Runtime {
type Channels = EthereumSystem;
}

#[cfg(any(feature = "fast-runtime", feature = "runtime-benchmarks"))]
#[cfg(any(test, feature = "fast-runtime", feature = "runtime-benchmarks"))]
parameter_types! {
pub const ChainForkVersions: ForkVersions = ForkVersions {
genesis: Fork {
Expand All @@ -618,7 +618,7 @@ parameter_types! {
};
}

#[cfg(all(not(feature = "fast-runtime"), not(feature = "runtime-benchmarks")))]
#[cfg(all(not(test), not(feature = "fast-runtime"), not(feature = "runtime-benchmarks")))]
parameter_types! {
pub const ChainForkVersions: ForkVersions = ForkVersions {
genesis: Fork {
Expand Down

0 comments on commit c657589

Please sign in to comment.