Skip to content

Commit

Permalink
fixing spanner test merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst authored and emilymye committed Oct 23, 2018
1 parent 31b783b commit 9a60b9f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions provider/terraform/tests/resource_spanner_database_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package google
import (
"fmt"
"net/http"
"strings"
"testing"

"github.com/hashicorp/errwrap"
Expand Down Expand Up @@ -139,17 +138,6 @@ resource "google_spanner_database" "basic" {
instance = "${google_spanner_instance.basic.name}"
name = "my-db-%s"
}
`, rnd, rnd, rnd)
}

func testAccSpannerDatabase_basicWithInitialDDL(rnd string) string {
return fmt.Sprintf(`
resource "google_spanner_instance" "basic" {
name = "my-instance-%s"
config = "regional-us-central1"
display_name = "my-displayname-%s"
name = "%s"
}
`, instanceName, instanceName, databaseName)
}

Expand Down

0 comments on commit 9a60b9f

Please sign in to comment.