Skip to content

Commit

Permalink
Fix bad merge from golang#978
Browse files Browse the repository at this point in the history
carolynvs committed Aug 11, 2017

Verified

This commit was signed with the committer’s verified signature.
carolynvs Carolyn Van Slyck
1 parent d463547 commit b879041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dep/glide_importer_test.go
Original file line number Diff line number Diff line change
@@ -397,7 +397,7 @@ func TestGlideConfig_Convert_ConsolidateRootPackages(t *testing.T) {
},
}

manifest, lock, err := g.convert(testGlideProjectRoot)
manifest, lock, err := g.convert(testProjectRoot)
h.Must(err)

gotMLen := len(manifest.Constraints)

0 comments on commit b879041

Please sign in to comment.