Skip to content

Commit 0b030b6

Browse files
authored
Fix the path to unit.sh in unit.sh (nhs-england-tools#127)
<!-- markdownlint-disable-next-line first-line-heading --> ## Description Missed a character off the path. ## Context The self-documentation needs to be correct, particularly in the case of self-documentation that the user is going to run into early. ## Type of changes - [ ] Refactoring (non-breaking change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would change existing functionality) - [x] Bug fix (non-breaking change which fixes an issue)
1 parent 51274a1 commit 0b030b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/unit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ cd "$(git rev-parse --show-toplevel)"
1717
# tests from here. If you want to run other test suites, see the predefined
1818
# tasks in scripts/test.mk.
1919

20-
echo "Unit tests are not yet implemented. See scripts/test/unit.sh for more."
20+
echo "Unit tests are not yet implemented. See scripts/tests/unit.sh for more."

0 commit comments

Comments
 (0)