From fed7e424a0c73bfd0759d355c5aca19ff8b44e9c Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Fri, 25 Oct 2024 10:10:19 -0700 Subject: [PATCH 1/2] Update instructions on documenting a singular test --- website/docs/docs/build/data-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/data-tests.md b/website/docs/docs/build/data-tests.md index b4f25a3d111..552c80d4c36 100644 --- a/website/docs/docs/build/data-tests.md +++ b/website/docs/docs/build/data-tests.md @@ -68,7 +68,7 @@ having total_amount < 0 The name of this test is the name of the file: `assert_total_payment_amount_is_positive`. -To add a data test to your project, add a `.yml` file to your `tests` directory, for example, `tests/schema.yml` with the following content: +To add a description to a singular test to your project, add a `.yml` file to your `tests` directory, for example, `tests/schema.yml` with the following content: From 68b5f3799b2ce80a383d1d121ff14b10077fe78f Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Fri, 25 Oct 2024 10:11:41 -0700 Subject: [PATCH 2/2] Update data-tests.md --- website/docs/docs/build/data-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/data-tests.md b/website/docs/docs/build/data-tests.md index 552c80d4c36..afe4719768c 100644 --- a/website/docs/docs/build/data-tests.md +++ b/website/docs/docs/build/data-tests.md @@ -68,7 +68,7 @@ having total_amount < 0 The name of this test is the name of the file: `assert_total_payment_amount_is_positive`. -To add a description to a singular test to your project, add a `.yml` file to your `tests` directory, for example, `tests/schema.yml` with the following content: +To add a description to a singular test in your project, add a `.yml` file to your `tests` directory, for example, `tests/schema.yml` with the following content: