aboutsummaryrefslogtreecommitdiff
path: root/env_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-09-14 21:48:53 +0700
committerShulhan <ms@kilabit.info>2018-09-14 21:48:53 +0700
commit87fb5fe3aa0ca3be30d8617cc57c6202eec301ca (patch)
tree48e71ecb13047b8b238e92486b0758eaa0100da4 /env_test.go
parent8073fb8b229c1291954b968f05e3eb91111ec782 (diff)
downloadbeku-87fb5fe3aa0ca3be30d8617cc57c6202eec301ca.tar.xz
package: remove unneeded scan path
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",