Skip to content

Commit 1c63cdf

Browse files
committed
test(go): Use a more speaking name for a test project dir
Signed-off-by: Frank Viernau <[email protected]>
1 parent caecbea commit 1c63cdf

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

plugins/package-managers/go/src/funTest/kotlin/GoModFunTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ import org.ossreviewtoolkit.utils.test.matchExpectedResult
3535
class GoModFunTest : StringSpec({
3636
val testDir = getAssetFile("projects/synthetic/gomod")
3737

38-
"Project dependencies are detected correctly" {
39-
val definitionFile = testDir.resolve("gomod/go.mod")
40-
val expectedResultFile = testDir.resolve("gomod-expected-output.yml")
38+
"Project dependencies are detected correctly given a project with test dependencies" {
39+
val definitionFile = testDir.resolve("project-with-tests/go.mod")
40+
val expectedResultFile = testDir.resolve("project-with-tests-expected-output.yml")
4141

4242
val result = create("GoMod").resolveSingleProject(definitionFile)
4343

0 commit comments

Comments
 (0)