Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

fix Test_createPackageMap for 1.15 #512

Merged
merged 1 commit into from
Jan 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions mockgen/mockgen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,6 @@ func Test_createPackageMap(t *testing.T) {
}{
{"golang package", "context", "context", true},
{"third party", "golang.org/x/tools/present", "present", true},
//{"modules", "rsc.io/quote/v3", "quote", true},
{"fail", "this/should/not/work", "", false},
}
var importPaths []string
for _, t := range tests {
Expand Down