Skip to content

Commit

Permalink
style(tests): go fmt change
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Jun 24, 2024
1 parent 40a3c72 commit 40b63ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ func VerifyLVMVolume() {
gomega.Expect(vol.Finalizers[0]).To(gomega.Equal(lvm.LVMFinalizer), "while checking finializer to be set {%s}", pvcObj.Spec.VolumeName)
}


func deleteStorageClass() {
err := SCClient.Delete(scObj.Name, &metav1.DeleteOptions{})
gomega.Expect(err).To(gomega.BeNil(),
Expand Down

0 comments on commit 40b63ca

Please sign in to comment.