diff options
Diffstat (limited to 'package_test.go')
| -rw-r--r-- | package_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package_test.go b/package_test.go index 0d73dfc..c118114 100644 --- a/package_test.go +++ b/package_test.go @@ -70,7 +70,6 @@ func testPackageInstall(t *testing.T) { pkg: testGitPkgInstall, expPkg: &Package{ ImportPath: testGitRepo, - ScanPath: testGitPkgInstall.FullPath, FullPath: testGitPkgInstall.FullPath, RemoteName: gitDefRemoteName, RemoteURL: testGitPkgInstall.RemoteURL, @@ -518,7 +517,6 @@ func testPackageString(t *testing.T) { exp: ` [package "github.com/shuLhan/beku_test"] FullPath = ` + filepath.Join(testEnv.dirSrc, testGitRepo) + ` - ScanPath = ` + filepath.Join(testEnv.dirSrc, testGitRepo) + ` VCS = git RemoteName = origin RemoteURL = ` + testGitRepoSrcLocal + ` |
