Skip to content

Commit

Permalink
Remove empty function
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedev committed Apr 24, 2017
1 parent 370027f commit 1a09d0e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ func TestAccAWSIoTPolicyAttachment_basic(t *testing.T) {
})
}

func testAccCheckAWSIoTPolicyAttachmentDestroy_basic(s *terraform.State) error {
return nil
}

func testAccCheckAWSIoTPolicyAttachmentExists_basic(name string) resource.TestCheckFunc {
return func(s *terraform.State) error {
_, ok := s.RootModule().Resources[name]
Expand Down

0 comments on commit 1a09d0e

Please sign in to comment.