Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Mar 7, 2024
1 parent f2b1a1d commit 7ef7f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/rbdpvcbackup_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ var _ = Describe("RBDPVCBackup controller", func() {
}
pv := corev1.PersistentVolume{
ObjectMeta: metav1.ObjectMeta{
Name: "pv2",
Name: "pv3",
},
Spec: corev1.PersistentVolumeSpec{
Capacity: corev1.ResourceList{
Expand Down

0 comments on commit 7ef7f43

Please sign in to comment.