Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 24, 2023
1 parent d77a84a commit 23d10e9
Show file tree
Hide file tree
Showing 2 changed files 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.ts"; then
echo "$dec" >&2
echo "There is no type inference test for Decoder \"$dec\" in src/types/tests/typescript-inference-test.ts yet." >&2
echo "There is no type inference test for Decoder \"$dec\" in test-d/inference-test.ts yet." >&2
exit 4
fi
done
File renamed without changes.

0 comments on commit 23d10e9

Please sign in to comment.