Skip to content

Commit

Permalink
Rename test case to remove reference to Backup V1. (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl-netflix committed Apr 6, 2024
1 parent 909abdd commit 9f0b0d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -113,7 +113,7 @@ private void setUp() throws Exception {
}

@Test
public void verifyBackupVersion1DateRange() throws Exception {
public void testGettingBackupMetadataBeforeValidation() throws Exception {
setUp();
List<BackupMetadata> backupMetadata =
backupStatusMgr.getLatestBackupMetadata(
Expand Down

0 comments on commit 9f0b0d2

Please sign in to comment.