Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 28, 2023
1 parent 6c33831 commit af0f17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ done

echo "==> Checking type inference tests" >&2
list_decoders | while read dec; do
if ! grep -qF "$dec" "test-d/inference-test.ts"; then
if ! grep -qF "$dec" "test-d/inference.test-d.ts"; then
echo "$dec" >&2
echo "There is no type inference test for Decoder \"$dec\" in test-d/inference-test.ts yet." >&2
echo "There is no type inference test for Decoder \"$dec\" in test-d/inference.test-d.ts yet." >&2
exit 4
fi
done

0 comments on commit af0f17b

Please sign in to comment.