Skip to content

Commit

Permalink
remove unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored and YakDriver committed May 17, 2021
1 parent ffd5eec commit a3eb59d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/resource_aws_glue_catalog_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func TestAccAWSGlueCatalogTable_basic(t *testing.T) {
resource.TestCheckResourceAttr(resourceName, "partition_keys.#", "0"),
resource.TestCheckResourceAttr(resourceName, "target_table.#", "0"),
testAccCheckResourceAttrAccountID(resourceName, "catalog_id"),
testAccCheckResourceAttrAccountID(resourceName, "owner"),
resource.TestCheckResourceAttr(resourceName, "storage_descriptor.#", "0"),
resource.TestCheckResourceAttr(resourceName, "partition_index.#", "0"),
),
Expand Down

0 comments on commit a3eb59d

Please sign in to comment.