Skip to content

Commit 1010c41

Browse files
committed
chore: better test descriptions
Signed-off-by: Ryan Currah <[email protected]>
1 parent 5295705 commit 1010c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

processor_internal_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ func Test_packageInModule(t *testing.T) { //nolint:funlen
7171
wantPkgIsInMod bool
7272
}{
7373
{
74-
name: "should return bar package path",
74+
name: "package with path bar",
7575
args: args{
7676
pkg: "github.com/acme/foo/bar",
7777
mod: "github.com/acme/foo",
7878
},
7979
wantPkgIsInMod: true,
8080
},
8181
{
82-
name: "should return bar/baz package path",
82+
name: "package with path bar/baz",
8383
args: args{
8484
pkg: "github.com/acme/foo/bar/baz",
8585
mod: "github.com/acme/foo",

0 commit comments

Comments
 (0)