We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5295705 commit 1010c41Copy full SHA for 1010c41
processor_internal_test.go
@@ -71,15 +71,15 @@ func Test_packageInModule(t *testing.T) { //nolint:funlen
71
wantPkgIsInMod bool
72
}{
73
{
74
- name: "should return bar package path",
+ name: "package with path bar",
75
args: args{
76
pkg: "github.com/acme/foo/bar",
77
mod: "github.com/acme/foo",
78
},
79
wantPkgIsInMod: true,
80
81
82
- name: "should return bar/baz package path",
+ name: "package with path bar/baz",
83
84
pkg: "github.com/acme/foo/bar/baz",
85
0 commit comments