aboutsummaryrefslogtreecommitdiff
path: root/env_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'env_test.go')
-rw-r--r--env_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/env_test.go b/env_test.go
index 6cb933a..d245753 100644
--- a/env_test.go
+++ b/env_test.go
@@ -497,7 +497,6 @@ func testEnvScan(t *testing.T) {
expPkgs: []*Package{{
ImportPath: testGitRepo,
FullPath: filepath.Join(testEnv.dirSrc, testGitRepo),
- ScanPath: filepath.Join(testEnv.dirSrc, testGitRepo),
RemoteName: "origin",
RemoteURL: testGitRepoSrcLocal,
RemoteBranch: "master",