Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(OrtResultTest): Add non-empty revision to unrelated tests
Both `fail if no vcs matches` and `use the correct vcs` don't hinge on the given revision, still they keep the revision empty. This was no problem for the old `Repository`, but when using `RepositoryProvenance` instead of `VcsInfo`, we require a non- empty revision. To assure that, we just add the default git revision "main" to these example repos.
- Loading branch information