Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wj-chen committed Jul 31, 2023
1 parent 5a902d2 commit b56cb63
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions mmv1/third_party/terraform/tests/resource_bigquery_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,27 +367,8 @@ func TestAccBigQueryTable_WithViewAndSchema(t *testing.T) {
CheckDestroy: testAccCheckBigQueryTableDestroyProducer(t),
Steps: []resource.TestStep{
{
<<<<<<< HEAD
Config: testAccBigQueryTableWithViewAndSchema(datasetID, tableID, "table description1"),
},
{
ResourceName: "google_bigquery_table.test",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"deletion_protection"},
},
{
Config: testAccBigQueryTableWithViewAndSchema(datasetID, tableID, "table description2"),
},
{
ResourceName: "google_bigquery_table.test",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"deletion_protection"},
=======
Config: testAccBigQueryTableWithViewAndSchema(datasetID, tableID, "table description"),
ExpectError: regexp.MustCompile("\"view\": conflicts with schema"),
>>>>>>> 5471308bd (add ConflictsWith to resource_bigquery_table)
},
},
})
Expand Down Expand Up @@ -492,8 +473,6 @@ func TestAccBigQueryTable_MaterializedView_DailyTimePartioning_Update(t *testing
})
}

<<<<<<< HEAD
=======
func TestAccBigQueryTable_MaterializedView_WithSchema(t *testing.T) {
t.Parallel()

Expand Down Expand Up @@ -536,7 +515,6 @@ func TestAccBigQueryTable_MaterializedView_WithView(t *testing.T) {
})
}

>>>>>>> 5471308bd (add ConflictsWith to resource_bigquery_table)
func TestAccBigQueryExternalDataTable_parquet(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit b56cb63

Please sign in to comment.