Change the name of UT to be more consistent

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang
2022-04-28 14:47:37 +08:00
parent 001229a8b3
commit ad6c5a5ad6
@@ -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{