From 0ad3371c03506efc4f798a356b1dc89f5cbd55e9 Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Wed, 6 Nov 2024 09:40:23 -0800 Subject: [PATCH] rerunning test cases --- test/appframework_gcp/c3/appframework_gcs_suite_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/appframework_gcp/c3/appframework_gcs_suite_test.go b/test/appframework_gcp/c3/appframework_gcs_suite_test.go index 6b5373518..9aa061bad 100644 --- a/test/appframework_gcp/c3/appframework_gcs_suite_test.go +++ b/test/appframework_gcp/c3/appframework_gcs_suite_test.go @@ -96,7 +96,7 @@ var _ = AfterSuite(func() { // Delete locally downloaded app files err := os.RemoveAll(downloadDirV1) - Expect(err).To(Succeed(), "Unable to delete locally downloaded V1 app files") + Expect(err).To(Succeed(), "Unable to delete locally downloaded V1 app files.") err = os.RemoveAll(downloadDirV2) - Expect(err).To(Succeed(), "Unable to delete locally downloaded V2 app files") + Expect(err).To(Succeed(), "Unable to delete locally downloaded V2 app files.") })