Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 50326d7

Browse files
committed
dep: Minor test and lint nits
1 parent 9139a33 commit 50326d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/dep/testdata/harness_tests/init/glide/case1/final/Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ignored = ["github.com/sdboyer/dep-test","github.com/golang/notexist/samples"]
1+
ignored = ["github.com/golang/notexist/samples","github.com/sdboyer/dep-test"]
22

33
[[constraint]]
44
name = "github.com/carolynvs/deptest-subpkg"

internal/test/integration/testcase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (tc *TestCase) CompareFile(goldenPath, working string) {
101101
}
102102
}
103103

104-
// UpdateFile updates the golden file with the working result.
104+
// UpdateOutput updates the golden file for stdout with the working result.
105105
func (tc *TestCase) UpdateOutput(stdout string) {
106106
stdoutPath := filepath.Join(tc.rootPath, "stdout.txt")
107107
_, err := os.Stat(stdoutPath)

0 commit comments

Comments
 (0)