diff --git a/website/docs/docs/build/unit-tests.md b/website/docs/docs/build/unit-tests.md index a85ffa07ed2..b7123fa35d6 100644 --- a/website/docs/docs/build/unit-tests.md +++ b/website/docs/docs/build/unit-tests.md @@ -292,7 +292,7 @@ unit_tests: There is currently no way to unit test whether the dbt framework inserted/merged the records into your existing model correctly, but [we're investigating support for this in the future](https://github.com/dbt-labs/dbt-core/issues/8664). -## Unit testing a model that depend on ephemeral model(s) +## Unit testing a model that depends on ephemeral model(s) If you want to unit test a model that depends on an ephemeral model, you must use `format: sql` for that input.