Skip to content

Commit

Permalink
Fix bad merge from golang#978
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs committed Aug 11, 2017
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
Expand Up @@ -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)
Expand Down

0 comments on commit b879041

Please sign in to comment.