| Index: vpython/venv/venv_test.go
|
| diff --git a/vpython/venv/venv_test.go b/vpython/venv/venv_test.go
|
| index 98583fc62ada934a81fc1356ab580cda71758825..7da02cc13ae2179a4a52724a79ec5673d5a09906 100644
|
| --- a/vpython/venv/venv_test.go
|
| +++ b/vpython/venv/venv_test.go
|
| @@ -140,14 +140,14 @@ func testVirtualEnvWith(t *testing.T, ri *resolvedInterpreter) {
|
| BaseDir: tdir,
|
| MaxHashLen: 4,
|
| Package: vpython.Spec_Package{
|
| - Path: "foo/bar/virtualenv",
|
| + Name: "foo/bar/virtualenv",
|
| Version: "unresolved",
|
| },
|
| Python: ri.py.Python,
|
| Spec: &vpython.Spec{
|
| Wheel: []*vpython.Spec_Package{
|
| - {Path: "foo/bar/shirt", Version: "unresolved"},
|
| - {Path: "foo/bar/pants", Version: "unresolved"},
|
| + {Name: "foo/bar/shirt", Version: "unresolved"},
|
| + {Name: "foo/bar/pants", Version: "unresolved"},
|
| },
|
| },
|
| Loader: tl,
|
|
|