Skip to content

Commit 252c51f

Browse files
committed
Try 12
1 parent 0eeae18 commit 252c51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suffix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
# Count files with new extension
2828
file_count=$(find . -name *.res.js | wc -l)
2929

30-
if [ "$file_count" -eq 22 ];
30+
if [ "$file_count" -eq 12 ];
3131
then
3232
success "Found files with correct suffix"
3333
else

0 commit comments

Comments
 (0)