Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
edited the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruti Ramesh committed Jan 24, 2018
1 parent 847d320 commit 02afc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2eslow/backup_restore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func init() {
rand.Seed(time.Now().UTC().UnixNano())
}

// TestBackupAndRestoreS3 runs the backup test first, and only runs the restore test after if the backup test succeeds and sets the S3 path
// TestBackupAndRestore runs the backup test first, and only runs the restore test after if the backup test succeeds and sets the S3 path
func TestBackupAndRestore(t *testing.T) {
if err := verifyAWSEnvVars(); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 02afc26

Please sign in to comment.