Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
max-dfinity committed Jan 15, 2025
1 parent 3cbb128 commit 282aa55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs/nns/integration_tests/src/neuron_voting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use ic_nns_test_utils::{
get_unauthorized_neuron, submit_proposal,
},
state_test_helpers::{
get_pending_proposals, list_all_neurons_and_combine_responses, list_neurons, nns_cast_vote,
get_pending_proposals, list_all_neurons_and_combine_responses, nns_cast_vote,
nns_governance_get_full_neuron, nns_governance_make_proposal, setup_nns_canisters,
state_machine_builder_for_nns_tests,
},
Expand Down Expand Up @@ -395,7 +395,7 @@ fn test_voting_can_span_multiple_rounds() {

assert_matches!(response.command, Some(Command::MakeProposal(_)));

let mut listed_neurons = list_all_neurons_and_combine_responses(
let listed_neurons = list_all_neurons_and_combine_responses(
&state_machine,
*TEST_NEURON_1_OWNER_PRINCIPAL,
ListNeurons {
Expand Down

0 comments on commit 282aa55

Please sign in to comment.