Renames EAH test fn (#28939)

This commit is contained in:
Brooks Prumo 2022-11-23 00:18:50 -05:00 committed by GitHub
parent 38f7122605
commit 638b26ea65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;