diff --git a/docs/guides/add-exposure-tests.mdx b/docs/guides/add-exposure-tests.mdx index 8071db655..456f8f46d 100644 --- a/docs/guides/add-exposure-tests.mdx +++ b/docs/guides/add-exposure-tests.mdx @@ -145,7 +145,7 @@ For each module schema you wish to verify the exposure dependencies, add the ele We recommend adding a tag to the tests so you could execute these in a dedicated run using the selection parameter `--select tag:elementary`. -Upon running the tests, if any issues arise, you'll see your tests fail and in the test result query you'll be able to see the reasons: +Upon running the tests, if breaking changes are detected in the model, the test will fail and in the test result query you'll be able to see the reasons: ```sql SELECT 'customers' as exposure, 'https://your.bi.tool/dashboards/1' as url, 'different data type for the column customer_id numeric vs numeric' as error