From ad6c5a5ad6940d92f9df0203b8c62581216ae1df Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Thu, 28 Apr 2022 14:47:37 +0800 Subject: [PATCH] Change the name of UT to be more consistent Signed-off-by: Daniel Jiang --- pkg/controller/backup_deletion_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/backup_deletion_controller_test.go b/pkg/controller/backup_deletion_controller_test.go index 816f90627..d2de589b2 100644 --- a/pkg/controller/backup_deletion_controller_test.go +++ b/pkg/controller/backup_deletion_controller_test.go @@ -101,7 +101,7 @@ func setupBackupDeletionControllerTest(t *testing.T, req *velerov1api.DeleteBack return data } -func TestBackupDeletionControllerProcessRequest(t *testing.T) { +func TestBackupDeletionControllerReconcile(t *testing.T) { t.Run("failed to get backup store", func(t *testing.T) { backup := builder.ForBackup(velerov1api.DefaultNamespace, "foo").StorageLocation("default").Result() location := &velerov1api.BackupStorageLocation{