Skip to content

Commit

Permalink
#185 extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 4, 2024
1 parent 5429242 commit c73d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/steps/test-discover-repos.sh
Expand Up @@ -35,7 +35,7 @@ tex=${TARGET}/foo.tex
echo "${msg}" | grep "Found 1 repositories in page #0"
echo "${msg}" | grep "Found 3 total repositories in GitHub"
test -e "${csv}"
test -e "${tex}"
test -s "${tex}"
test "$(wc -l < "${csv}" | xargs)" = '4'
} > "${stdout}" 2>&1
echo "👍🏻 A few repositories discovered correctly"

0 comments on commit c73d95e

Please sign in to comment.