Skip to content

Commit

Permalink
chore: go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmalec committed Apr 12, 2024
1 parent 4aa173e commit 7336e2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ func TestSuiteLocalS3(t *testing.T) {
t.Skipf("skipping test suit; LOCAL_S3 is not set.")
}

localBucketName, localBucketNameSet := os.LookupEnv("LOCAL_BUCKET_NAME")
if !localBucketNameSet {
localBucketName = fmt.Sprintf("localbucketname%d", time.Now().UnixNano())
localBucketName, localBucketNameSet := os.LookupEnv("LOCAL_BUCKET_NAME")
if !localBucketNameSet {
localBucketName = fmt.Sprintf("localbucketname%d", time.Now().UnixNano())
}

config := Config{
Expand Down

0 comments on commit 7336e2c

Please sign in to comment.