From 282aa5596618c2ffa763fcdc59893b20886c56b6 Mon Sep 17 00:00:00 2001 From: Max Summe Date: Mon, 13 Jan 2025 14:25:13 -0800 Subject: [PATCH] clippy --- rs/nns/integration_tests/src/neuron_voting.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rs/nns/integration_tests/src/neuron_voting.rs b/rs/nns/integration_tests/src/neuron_voting.rs index d9278f1d6ba..40ecbd05a48 100644 --- a/rs/nns/integration_tests/src/neuron_voting.rs +++ b/rs/nns/integration_tests/src/neuron_voting.rs @@ -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, }, @@ -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 {