Revise RemoveButtonClickedRemovesMultipleItems test
This commit is contained in:
parent
9da06eb5df
commit
4635831e9c
2 changed files with 19 additions and 26 deletions
|
|
@ -125,8 +125,6 @@ namespace MatterHackers.MatterControl.Library
|
|||
{
|
||||
await Task.Run(async () =>
|
||||
{
|
||||
|
||||
|
||||
if (items.FirstOrDefault() is ILibraryContainerLink containerInfo)
|
||||
{
|
||||
var newCollection = new PrintItemCollection(containerInfo.Name, "");
|
||||
|
|
@ -135,7 +133,6 @@ namespace MatterHackers.MatterControl.Library
|
|||
}
|
||||
else
|
||||
{
|
||||
|
||||
foreach (var item in items.OfType<ILibraryContentStream>())
|
||||
{
|
||||
string filePath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue