Fix typo in 'fixtures' (#1316)

This commit is contained in:
Hesham Salman 2023-01-21 09:32:22 -05:00 committed by GitHub
parent 386de7375e
commit 6caacce3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ set -e
if [[ `git status --porcelain Tests/Fixtures` ]]; then
echo ""
echo "⚠️ Generated fixturess have changed."
echo "⚠️ Generated fixtures have changed."
echo "⚠️ If this is a valid change please run the tests and commit the updates."
echo ""
git --no-pager diff --color=always Tests/Fixtures