| Index: cipd/client/cipd/client_test.go
|
| diff --git a/cipd/client/cipd/client_test.go b/cipd/client/cipd/client_test.go
|
| index 14f31b2f7cb5c9de31d810754ce00aec30485635..a7998f26e5da57c679a378e1a051d360157068b2 100644
|
| --- a/cipd/client/cipd/client_test.go
|
| +++ b/cipd/client/cipd/client_test.go
|
| @@ -729,7 +729,7 @@ func TestEnsurePackages(t *testing.T) {
|
| So(actions, ShouldResemble, Actions{
|
| ToRemove: PinSlice{b.Pin()},
|
| })
|
| - So(findDeployed(tempDir), ShouldResemble, PinSliceBySubdir{"": PinSlice{}})
|
| + So(findDeployed(tempDir), ShouldResemble, PinSliceBySubdir{})
|
|
|
| // Install a1 and b.
|
| actions, err = callEnsure([]local.PackageInstance{a1, b}, []local.PackageInstance{a1, b})
|
|
|