Skip to content

Commit

Permalink
Update integratiion test chain spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Nov 14, 2024
1 parent ff676d2 commit 082fac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node/cli/src/chain_spec/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub fn integration_tests_config() -> ChainSpec {
get_account_id_from_seed::<sr25519::Public>("Alice"),
vec![
get_account_id_from_seed::<sr25519::Public>("Bob//stash"),
get_account_id_from_seed::<sr25519::Public>("Dave//stash"),
get_account_id_from_seed::<sr25519::Public>("Charlie//stash"),
],
None,
))
Expand All @@ -82,7 +82,7 @@ pub fn integration_tests_jumpstarted_config() -> ChainSpec {
get_account_id_from_seed::<sr25519::Public>("Alice"),
vec![
get_account_id_from_seed::<sr25519::Public>("Bob//stash"),
get_account_id_from_seed::<sr25519::Public>("Dave//stash"),
get_account_id_from_seed::<sr25519::Public>("Charlie//stash"),
],
Some(vec![
get_account_id_from_seed::<sr25519::Public>("Alice//stash"),
Expand Down Expand Up @@ -247,7 +247,7 @@ pub fn integration_tests_genesis_config(
],
vec![EVE_VERIFYING_KEY.to_vec(), DAVE_VERIFYING_KEY.to_vec()],
),
mock_signer_rotate: (true, mock_signer_rotate_data, vec![get_account_id_from_seed::<sr25519::Public>("Charlie//stash")]),
mock_signer_rotate: (true, mock_signer_rotate_data, vec![get_account_id_from_seed::<sr25519::Public>("Dave//stash")]),
jump_started_signers,
},
"elections": ElectionsConfig {
Expand Down

0 comments on commit 082fac3

Please sign in to comment.