Skip to content

Commit

Permalink
fixed small typo in cosmos DB acc test name (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored and metacpp committed Dec 1, 2018
1 parent e14e60f commit f22394c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_cosmos_db_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func TestAccAzureRMCosmosDBAccount_table(t *testing.T) {
})
}

func TestAbcAzureRMCosmosDBAccount_updatePropertiesAndLocation(t *testing.T) {
func TestAccAzureRMCosmosDBAccount_updatePropertiesAndLocation(t *testing.T) {
ri := acctest.RandInt()
resourceName := "azurerm_cosmosdb_account.test"

Expand Down

0 comments on commit f22394c

Please sign in to comment.