We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38ef72 commit 6b20072Copy full SHA for 6b20072
pkg/linkcache/cache_test.go
@@ -83,6 +83,7 @@ func TestListAndUpdate(t *testing.T) {
83
m.MapFS[gcpPersistentDiskPartitionID] = &fstest.MapFile{}
84
m.MapFS[gcpPersistentDiskID] = &fstest.MapFile{}
85
m.symlinks[gcpPersistentDiskID] = devicePathSDA
86
+ m.symlinks[gcpPersistentDiskPartitionID] = devicePathSDA + "1"
87
},
88
expectedLinks: map[string]string{
89
gcpPersistentDiskID: devicePathSDA,
0 commit comments