Skip to content

Commit

Permalink
both sad and happy path covered for createDataSourceSchema()
Browse files Browse the repository at this point in the history
  • Loading branch information
FraDiBen committed Sep 16, 2019
1 parent cd28208 commit 9589386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/openapi_spec_resource_schema_definition_test.go
Expand Up @@ -19,7 +19,7 @@ func TestCreateDataSourceSchema(t *testing.T) {
expectedError error
}{
{
name: "data source schema contains all schema properties configured as computed",
name: "happy path -- data source schema contains all schema properties configured as computed",
specSchemaDef: specSchemaDefinition{
Properties: specSchemaDefinitionProperties{
&specSchemaDefinitionProperty{
Expand Down

0 comments on commit 9589386

Please sign in to comment.