diff --git a/testnet/stacks-node/src/tests/neon_integrations.rs b/testnet/stacks-node/src/tests/neon_integrations.rs index 1a1dc4e6d..0f673b105 100644 --- a/testnet/stacks-node/src/tests/neon_integrations.rs +++ b/testnet/stacks-node/src/tests/neon_integrations.rs @@ -1340,7 +1340,7 @@ fn should_fix_2771() { return; } - let (conf, _) = neon_integration_test_conf(); + let (conf, _miner_account) = neon_integration_test_conf(); let mut btcd_controller = BitcoinCoreController::new(conf.clone()); btcd_controller