Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Jun 26, 2021
1 parent d6f7c20 commit ae719e7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ type ExpressRouteConnectionResource struct{}
func TestAccExpressRouteConnection(t *testing.T) {
acceptance.RunTestsInSequence(t, map[string]map[string]func(t *testing.T){
"Resource": {
"basic": testAccExpressRouteConnection_basic,
"requiresImport": testAccExpressRouteConnection_requiresImport,
"complete": testAccExpressRouteConnection_complete,
"update": testAccExpressRouteConnection_update,
"basic": testAccExpressRouteConnection_basic,
//"requiresImport": testAccExpressRouteConnection_requiresImport,
//"complete": testAccExpressRouteConnection_complete,
//"update": testAccExpressRouteConnection_update,
},
})
}
Expand Down

0 comments on commit ae719e7

Please sign in to comment.