Skip to content

Commit b879041

Browse files
committed
Fix bad merge from golang#978
1 parent d463547 commit b879041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/glide_importer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ func TestGlideConfig_Convert_ConsolidateRootPackages(t *testing.T) {
397397
},
398398
}
399399

400-
manifest, lock, err := g.convert(testGlideProjectRoot)
400+
manifest, lock, err := g.convert(testProjectRoot)
401401
h.Must(err)
402402

403403
gotMLen := len(manifest.Constraints)

0 commit comments

Comments
 (0)