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

Commit 8ac86c2

Browse files
mattnsdboyer
authored andcommitted
remove needless generating files in test
1 parent 9a14f12 commit 8ac86c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

context_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ func TestCaseInsentitiveGOPATH(t *testing.T) {
320320
h.TempDir("src")
321321
h.TempDir("src/test1")
322322
h.TempFile("src/test1/manifest.json", ` "dependencies":{} `)
323-
h.TempFile("src/test1/lock.json", `{"memo":"cdafe8641b28cd16fe025df278b0a49b9416859345d8b6ba0ace0272b74925ee","projects":[]}`)
324323

325324
// Shuffle letter case
326325
rs := []rune(strings.ToLower(h.Path(".")))

0 commit comments

Comments
 (0)