Skip to content

Commit 32adbe7

Browse files
committed
Fix tests
1 parent 97cb2e7 commit 32adbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/template/template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func TestTemplateHelpDescriptions(t *testing.T) {
1212
- default-sql: The default SQL template for .sql files that run with Databricks SQL
1313
- dbt-sql: The dbt SQL template (databricks.com/blog/delivering-cost-effective-data-real-time-dbt-and-databricks)
1414
- mlops-stacks: The Databricks MLOps Stacks template (github.com/databricks/mlops-stacks)
15-
- experimental-jobs-as-code: Jobs as code template (experimental)`
15+
- pydabs: A variant of 'default-python' template that defines resources in Python instead of YAML`
1616
assert.Equal(t, expected, HelpDescriptions())
1717
}
1818

0 commit comments

Comments
 (0)