Skip to content

Commit

Permalink
Merge pull request #115 from georgetarazevich/Passed-checks-update
Browse files Browse the repository at this point in the history
Update passed checks in the report
  • Loading branch information
MaximPlusov authored Oct 13, 2023
2 parents 5a65847 + a4b5129 commit 88a7700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLI/Metadata/IDRemoved/idRemoved.bats
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ teardown() {

echo -e "status veraFixMd_$(basename $x): $status \n" >&3
[ "$status" -eq 1 ]
assert_output --partial 'clause="6.7.11" testNumber="1" status="failed" passedChecks="0" failedChecks="1"'
assert_output --partial 'clause="6.7.11" testNumber="1" status="failed" failedChecks="1"'
done
}

0 comments on commit 88a7700

Please sign in to comment.