Skip to content

Commit

Permalink
rerunning test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Nov 6, 2024
1 parent 24cabce commit 0ad3371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/appframework_gcp/c3/appframework_gcs_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
})

0 comments on commit 0ad3371

Please sign in to comment.