Skip to content

Commit 035d5bb

Browse files
lranjbarPabloHiro
andauthored
Update internal/provider/workflow_job_template_data_source_test.go
Co-authored-by: Pablo H. <[email protected]>
1 parent f64c85e commit 035d5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/workflow_job_template_data_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestWorkflowJobTemplateDataSourceSchema(t *testing.T) {
2020
schemaRequest := fwdatasource.SchemaRequest{}
2121
schemaResponse := &fwdatasource.SchemaResponse{}
2222

23-
// Instantiate the InventoryDataSource and call its Schema method
23+
// Instantiate the WorkflowJobTemplateDataSource and call its Schema method
2424
NewWorkflowJobTemplateDataSource().Schema(ctx, schemaRequest, schemaResponse)
2525

2626
if schemaResponse.Diagnostics.HasError() {

0 commit comments

Comments
 (0)