Skip to content

Commit

Permalink
make test even more certain
Browse files Browse the repository at this point in the history
  • Loading branch information
lueFlake committed Oct 14, 2024
1 parent 6633d7a commit 7aded1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/metrics/test-aocih.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ echo "👍🏻 Didn't fail in non-git directory"
git commit --quiet -am "Second commit"
git commit --amend --no-edit --date="$(date -d "+1 hour" --rfc-2822)"
"${LOCAL}/metrics/aocih.sh" "${java}" stdout
grep -qP "AoCiH [^0]" stdout
grep -qP "AoCiH 1" stdout
} > "${stdout}" 2>&1
echo "👍🏻 Correctly calculated AoCiH in the repository"

0 comments on commit 7aded1b

Please sign in to comment.