Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clippy
  • Loading branch information
kostekIV committed Nov 17, 2022
commit 0908441b21b4b9fe0da170d7207821e3cad4b84c
2 changes: 1 addition & 1 deletion e2e-tests/src/test/electing_validators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pub async fn authorities_are_staking(config: &Config) -> anyhow::Result<()> {
.connection
.get_stakers_storage_keys_from_accounts(
current_era,
&accounts.get_stash_accounts(),
accounts.get_stash_accounts(),
None,
)
.await
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/src/test/validators_rotate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub async fn validators_rotate(config: &Config) -> anyhow::Result<()> {
.await;

let non_reserved = get_members_subset_for_session(
seats.non_reserved_seats.clone(),
seats.non_reserved_seats,
&non_reserved_validators,
session,
);
Expand Down