Skip to content

Commit

Permalink
Update instructions on documenting a singular test
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes authored Oct 25, 2024
1 parent d99c18c commit fed7e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/data-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<File name='tests/schema.yml'>

Expand Down

0 comments on commit fed7e42

Please sign in to comment.