Skip to content

Commit 7dc0126

Browse files
committed
Complete the test cases.
1 parent 41c12e9 commit 7dc0126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/sysinfo/sysinfo_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,7 @@ func TestIgnoredNetworkDevices(t *testing.T) {
13171317
func TestGetCacheInfo(t *testing.T) {
13181318
fakeSys := &fakesysfs.FakeSysFs{}
13191319
cacheInfo := sysfs.CacheInfo{
1320+
Id: 0,
13201321
Size: 1024,
13211322
Type: "Data",
13221323
Level: 3,

0 commit comments

Comments
 (0)