Skip to content

Fix invalid `be_valid_commit` matcher

Robert Speicher requested to merge rs-be_valid_commit-matcher into master

This matcher could have theoretically evaluated to the following:

true
false
true
true

...and never would have caused a failure. Indeed, it should have been failing for quite a while.

Merge request reports