Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 9b9b6c1

Browse files
committed
Fix test case description
1 parent 6af821f commit 9b9b6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gps/pkgtree/pkgtree_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ func TestListPackages(t *testing.T) {
12781278
},
12791279
},
12801280
},
1281-
"skip directories starting with '.'": {
1281+
"does not skip directories starting with '.'": {
12821282
fileRoot: j("dotgodir"),
12831283
importRoot: "dotgodir",
12841284
out: PackageTree{

0 commit comments

Comments
 (0)