CloudMigrations: cover cases where library panel has no folder (#94405)
This commit is contained in:
@@ -672,6 +672,7 @@ func TestGetParentNames(t *testing.T) {
|
||||
},
|
||||
libraryElements: []libraryElement{
|
||||
{UID: "libraryElementUID-0", FolderUID: &libraryElementFolderUID},
|
||||
{UID: "libraryElementUID-1"},
|
||||
},
|
||||
expectedDashParentNames: []string{"", "Folder A", "Folder B"},
|
||||
expectedFoldParentNames: []string{"Folder A"},
|
||||
|
||||
Reference in New Issue
Block a user