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

Commit

Permalink
".git/.scripts/fmt.sh" 1
Browse files Browse the repository at this point in the history
  • Loading branch information
command-bot committed Sep 26, 2022
1 parent 2a9693a commit cb0f641
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/parachains/src/paras/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -835,10 +835,7 @@ fn cannot_offboard_ongoing_pvf_check() {
let genesis_config = MockGenesisConfig {
paras: GenesisConfig { paras, ..Default::default() },
configuration: crate::configuration::GenesisConfig {
config: HostConfiguration {
pvf_checking_enabled: true,
..Default::default()
},
config: HostConfiguration { pvf_checking_enabled: true, ..Default::default() },
..Default::default()
},
..Default::default()
Expand Down

0 comments on commit cb0f641

Please sign in to comment.