Skip to content

Commit

Permalink
Remove obsolete //untested marker
Browse files Browse the repository at this point in the history
Signed-off-by: jchampne <jchampne@opendns.com>
  • Loading branch information
jchampne committed Sep 2, 2019
1 parent cde9294 commit c2ece77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func (s *specSchemaDefinitionProperty) terraformSchema() (*schema.Schema, error)
}
objectSchema, err := s.terraformObjectSchema()
if err != nil {
return nil, err //untested
return nil, err
}
terraformSchema.Elem = objectSchema

Expand Down

0 comments on commit c2ece77

Please sign in to comment.