Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
Signed-off-by: Carlisia <carlisia@vmware.com>
  • Loading branch information
Carlisia committed Dec 8, 2020
1 parent 2441234 commit 2be26e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/download_request_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ import (
velerotest "github.com/vmware-tanzu/velero/pkg/test"
)

var _ = Describe("Backup Storage Location Reconciler", func() {
var _ = Describe("Download Request Reconciler", func() {
BeforeEach(func() {})
AfterEach(func() {})

It("Should successfully patch a backup storage location object status phase according to whether its storage is valid or not", func() {
It("Should successfully patch a download request object status phase", func() {
defaultBackup := func() *velerov1api.Backup {
return builder.ForBackup(velerov1api.DefaultNamespace, "a-backup").StorageLocation("a-location").Result()
}
Expand Down

0 comments on commit 2be26e4

Please sign in to comment.