Skip to content

Commit

Permalink
Fix path to unit tests in README.md
Browse files Browse the repository at this point in the history
Co-authored-by: lchen-2101 <[email protected]>
  • Loading branch information
hkeeler and lchen-2101 authored Nov 6, 2023
1 parent 87b0c3a commit 46e2b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ We use these test files in for automated test, but can also be passed in via the
- They are harder to test.
- Check function signatures should reflect the functionality.
- Check functions should have corresponding unit tests.
- [Unit Test](.tests/test_check_functions.py)
- [Unit Test](tests/test_check_functions.py)
- Check definitions' name should be set to validation ID.
- Example: "denial_reasons. enum_value_conflict"
![Validation ID](images/validation_id.png)
Expand Down

0 comments on commit 46e2b43

Please sign in to comment.