Skip to content

Commit

Permalink
Standard formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
larribas committed Aug 9, 2020
1 parent 14ddf5a commit 576e404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terratest/test/mlflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func TestPublicDeployment(t *testing.T) {
t.Parallel()
t.Parallel()

terraformOptions := &terraform.Options{
TerraformDir: "../examples",
Expand Down Expand Up @@ -42,7 +42,7 @@ func TestPublicDeployment(t *testing.T) {
}

func TestPrivateDeploymentWithCustomBucket(t *testing.T) {
t.Parallel()
t.Parallel()

terraformOptions := &terraform.Options{
TerraformDir: "../examples",
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ variable "database_max_capacity" {
}

variable "database_skip_final_snapshot" {
type = bool
type = bool
default = false
}

Expand Down

0 comments on commit 576e404

Please sign in to comment.