Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Sep 22, 2023
1 parent 6bdb164 commit 5749a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/acctests/sos/download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (s *SOSSuite) TestDownloadSingleObject() {
},
Commands: []string{
"exo storage upload {prepDir}file1.txt {bucket}",
"exo storage download -r {bucket} {downloadDir}/file1-new.txt",
"exo storage download {bucket}/file1.txt {downloadDir}/file1-new.txt",
},
ExpectedDownloadFiles: LocalFiles{
"file1.txt": "this file should get written",
Expand Down
2 changes: 1 addition & 1 deletion internal/acctests/sos/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func getStr(a *string) string {
return *a
}

// TODO(sauterp) once deletion of versioned buckets, tests should handle deletions themselves.
// TODO(sauterp) once deletion of versioned buckets is implemented, tests should handle deletions themselves.
func (s *SOSSuite) deleteBucket(bucketName string) {
ctx := context.Background()

Expand Down

0 comments on commit 5749a78

Please sign in to comment.