Skip to content

Commit

Permalink
fixed expected number for NOM
Browse files Browse the repository at this point in the history
  • Loading branch information
zaqbez39me committed May 18, 2024
1 parent 944cf7c commit c815fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/metrics/test-ast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ echo "👍🏻 Usage works correctly"
}" > "${java}"
"${LOCAL}/metrics/ast.py" "${java}" "${temp}/stdout"
cat "${temp}/stdout"
grep "NOM 2 " "${temp}/stdout"
grep "NOM 1 " "${temp}/stdout"
grep "NOMR 0.5 " "${temp}/stdout"
} > "${stdout}" 2>&1
echo "👍🏻 Correctly calculated NOM and NOMR"

0 comments on commit c815fcf

Please sign in to comment.