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

Commit 6d46589

Browse files
committed
Fix invalid manifest in windows test
1 parent d9db2f6 commit 6d46589

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

context_test.go

+4-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,10 @@ func TestCaseInsentitiveGOPATH(t *testing.T) {
325325

326326
h.TempDir("src")
327327
h.TempDir("src/test1")
328-
h.TempFile(filepath.Join("src/test1", ManifestName), `[[constraint]]`)
328+
h.TempFile(filepath.Join("src/test1", ManifestName), `
329+
[[constraint]]
330+
name = "github.com/foo/bar"
331+
branch = "master"`)
329332

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

0 commit comments

Comments
 (0)