Skip to content

Commit 0a44e54

Browse files
committed
test(go): Rename an expected result file
Consistently name expected results for GoDep after the corresponding test project dir. Signed-off-by: Frank Viernau <[email protected]>
1 parent e64746d commit 0a44e54

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class GoDepFunTest : WordSpec({
4242
"GoDep" should {
4343
"resolve dependencies from a lockfile correctly" {
4444
val definitionFile = getAssetFile("projects/synthetic/godep/lockfile/Gopkg.toml")
45-
val expectedResultFile = getAssetFile("projects/synthetic/godep-expected-output.yml")
45+
val expectedResultFile = getAssetFile("projects/synthetic/lockfile-expected-output.yml")
4646

4747
val result = create("GoDep").resolveSingleProject(definitionFile)
4848

0 commit comments

Comments
 (0)