Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 7c2bc0a

Browse files
committed
Fixed travis fail
1 parent 9561a98 commit 7c2bc0a

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

tests/file_diff_expected.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,25 @@
44
"Image2": "gcr.io/gcp-runtimes/diff-modified",
55
"DiffType": "File",
66
"Diff": {
7-
"Adds": [],
7+
"Adds": null,
88
"Dels": [
9-
"/home/test"
9+
{
10+
"Name": "/home/test",
11+
"Size": 0
12+
}
1013
],
11-
"Mods": []
14+
"Mods": [
15+
{
16+
"Name": "/bin/[",
17+
"Size1": 1026712,
18+
"Size2": 1026712
19+
},
20+
{
21+
"Name": "/bin/getconf",
22+
"Size1": 78584,
23+
"Size2": 78584
24+
}
25+
]
1226
}
1327
}
14-
]
28+
]

0 commit comments

Comments
 (0)