File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class OrtResultTest : WordSpec({
162162 }
163163
164164 " getDefinitionFilePathRelativeToAnalyzerRoot()" should {
165- " use the correct vcs " {
165+ " use the correct repository " {
166166 val vcs = VcsInfo (type = VcsType .GIT , url = " https://example.com/git" , revision = " " )
167167 val nestedVcs1 = VcsInfo (type = VcsType .GIT , url = " https://example.com/git1" , revision = " " )
168168 val nestedVcs2 = VcsInfo (type = VcsType .GIT , url = " https://example.com/git2" , revision = " " )
@@ -202,7 +202,7 @@ class OrtResultTest : WordSpec({
202202 ortResult.getDefinitionFilePathRelativeToAnalyzerRoot(project3) shouldBe " path/2/project3/build.gradle"
203203 }
204204
205- " fail if no vcs matches" {
205+ " fail if no repository matches" {
206206 val vcs = VcsInfo (type = VcsType .GIT , url = " https://example.com/git" , revision = " " )
207207 val nestedVcs1 = VcsInfo (type = VcsType .GIT , url = " https://example.com/git1" , revision = " " )
208208 val nestedVcs2 = VcsInfo (type = VcsType .GIT , url = " https://example.com/git2" , revision = " " )
You can’t perform that action at this time.
0 commit comments