Skip to content

Commit 8e4c3d8

Browse files
authored
Update instance_test.go
1 parent 07e2a4c commit 8e4c3d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/services/rdb/instance_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,10 +1193,6 @@ func TestAccInstance_Endpoints(t *testing.T) {
11931193
})
11941194
}
11951195

1196-
func TestAccInstance_VolumeUpdate(t *testing.T) {
1197-
1198-
}
1199-
12001196
func isInstancePresent(tt *acctest.TestTools, n string) resource.TestCheckFunc {
12011197
return func(s *terraform.State) error {
12021198
rs, ok := s.RootModule().Resources[n]

0 commit comments

Comments
 (0)