Skip to content

Commit

Permalink
Update unit-testing-versions.md
Browse files Browse the repository at this point in the history
Fix wrong indentation
  • Loading branch information
jeremyyeo authored Aug 21, 2024
1 parent 0a45f67 commit d3d3bef
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ unit_tests:
unit_tests:
- name: test_is_valid_email_address
model: my_model
versions:
include:
- 2
versions:
include:
- 2
...

# my test_is_valid_email_address unit test will run on all versions EXCEPT 1 of my_model
unit_tests:
- name: test_is_valid_email_address
model: my_model
versions:
exclude:
- 1
versions:
include:
- 1
...

```
```

0 comments on commit d3d3bef

Please sign in to comment.