| Index: cipd/client/cipd/ensure/file_test.go
|
| diff --git a/cipd/client/cipd/ensure/file_test.go b/cipd/client/cipd/ensure/file_test.go
|
| index 5f2f8dcd6feb7c392092a4f18e9aa3cc70bfa1f6..1bbfafa5152f28ae12bd6dc92739101fecbdf1c1 100644
|
| --- a/cipd/client/cipd/ensure/file_test.go
|
| +++ b/cipd/client/cipd/ensure/file_test.go
|
| @@ -51,7 +51,7 @@ var fileSerializationTests = []struct {
|
| PackageDef{"some/thing", "version", 0},
|
| PackageDef{"some/other_thing", "latest", 0},
|
| },
|
| - "path/to root/with/spaces": {
|
| + "path/to dir/with/spaces": {
|
| PackageDef{"different/package", "some_tag:thingy", 0},
|
| },
|
| }},
|
| @@ -61,7 +61,7 @@ var fileSerializationTests = []struct {
|
| "some/other_thing latest",
|
| "some/thing version",
|
| "",
|
| - "@Root path/to root/with/spaces",
|
| + "@Subdir path/to dir/with/spaces",
|
| "different/package some_tag:thingy",
|
| ),
|
| },
|
|
|