aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/cache/view_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gopls/internal/lsp/cache/view_test.go')
-rw-r--r--gopls/internal/lsp/cache/view_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gopls/internal/lsp/cache/view_test.go b/gopls/internal/lsp/cache/view_test.go
index 4b4568105..9e6d23bb8 100644
--- a/gopls/internal/lsp/cache/view_test.go
+++ b/gopls/internal/lsp/cache/view_test.go
@@ -96,7 +96,7 @@ module fg
rel := fake.RelativeTo(dir)
folderURI := span.URIFromPath(rel.AbsPath(test.folder))
excludeNothing := func(string) bool { return false }
- got, err := findWorkspaceModFile(ctx, folderURI, New(nil, nil), excludeNothing)
+ got, err := findWorkspaceModFile(ctx, folderURI, New(nil), excludeNothing)
if err != nil {
t.Fatal(err)
}