Skip to content

Commit c3c3372

Browse files
committed
Bump number
1 parent ac70760 commit c3c3372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suffix.sh

+1-1
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 20 ];
30+
if [ "$file_count" -eq 22 ];
3131
then
3232
success "Found files with correct suffix"
3333
else

0 commit comments

Comments
 (0)