Skip to content

Commit

Permalink
Update progress.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
georgetarazevich committed Nov 18, 2023
1 parent ef3510d commit ee8dbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLI/Options/progress/progress.bats
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ setup() {
progress_check() {
echo "Running: $1" >&3
run verapdf/verapdf $FILE_PATH/$1 --progress
assert_output --partial 'Progress: 255 checks / 4 failed / 189 processed objects / 0 in stack'
assert_output --partial 'Progress: 256 checks / 4 failed / 189 processed objects / 0 in stack'
[ "$status" -eq 1 ]
}

0 comments on commit ee8dbdb

Please sign in to comment.