Adding unittest for user_watch.go (#1833)
This commit is contained in:
committed by
GitHub
parent
fc490a1ca8
commit
0e5561032c
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -1142,7 +1142,7 @@ jobs:
|
||||
result=${result%\%}
|
||||
echo "result:"
|
||||
echo $result
|
||||
threshold=35.20
|
||||
threshold=35.40
|
||||
if (( $(echo "$result >= $threshold" |bc -l) )); then
|
||||
echo "It is equal or greater than threshold, passed!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user