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

Commit 27c6df2

Browse files
committed
Fix invalid manifest in windows test
1 parent dd59503 commit 27c6df2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

context_test.go

Lines changed: 4 additions & 1 deletion
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)