From 638b26ea6520c3da2f0163e7530509d9442f8b12 Mon Sep 17 00:00:00 2001 From: Brooks Prumo Date: Wed, 23 Nov 2022 00:18:50 -0500 Subject: [PATCH] Renames EAH test fn (#28939) --- core/tests/epoch_accounts_hash.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/epoch_accounts_hash.rs b/core/tests/epoch_accounts_hash.rs index 48ae957c74..75cae95492 100755 --- a/core/tests/epoch_accounts_hash.rs +++ b/core/tests/epoch_accounts_hash.rs @@ -483,7 +483,7 @@ fn test_snapshots_have_expected_epoch_accounts_hash() { /// Given the scenario where two banks are rooted back-to-back, where the first bank sends an /// EAH request and the second bank sends a snapshot request, both requests should be handled. #[test] -fn test_background_services_request_handling() { +fn test_background_services_request_handling_for_epoch_accounts_hash() { solana_logger::setup(); const NUM_EPOCHS_TO_TEST: u64 = 2;