diff --git a/tests/dbt/project_01/models/example/schema.yml b/tests/dbt/project_01/models/example/schema.yml index 2a53081..9730b70 100644 --- a/tests/dbt/project_01/models/example/schema.yml +++ b/tests/dbt/project_01/models/example/schema.yml @@ -7,7 +7,7 @@ models: columns: - name: id description: "The primary key for this table" - tests: + data_tests: - unique - not_null @@ -16,6 +16,6 @@ models: columns: - name: id description: "The primary key for this table" - tests: + data_tests: - unique - not_null diff --git a/tests/dbt/project_02/models_a/example/schema.yml b/tests/dbt/project_02/models_a/example/schema.yml index 2a53081..9730b70 100644 --- a/tests/dbt/project_02/models_a/example/schema.yml +++ b/tests/dbt/project_02/models_a/example/schema.yml @@ -7,7 +7,7 @@ models: columns: - name: id description: "The primary key for this table" - tests: + data_tests: - unique - not_null @@ -16,6 +16,6 @@ models: columns: - name: id description: "The primary key for this table" - tests: + data_tests: - unique - not_null