Skip to content

Commit

Permalink
Update metrics number in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ILilliasI committed Mar 30, 2024
1 parent 4a5fd8e commit d3cfce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/steps/test-measure-file.sh
Expand Up @@ -45,7 +45,7 @@ EOT
set -x
test "$(echo "${msg}" | grep -c "sum=0")" = 0
all=$(find "${temp}" -name 'm1.*' -type f -exec basename {} \; | sort)
expected=49
expected=50
actual=$(echo "${all}" | wc -l | xargs)
if [ ! "${actual}" = "${expected}" ]; then
echo "Exactly ${expected} metrics were expected, but ${actual} were actually collected"
Expand Down

0 comments on commit d3cfce6

Please sign in to comment.