Revise RemoveButtonClickedRemovesMultipleItems test

This commit is contained in:
John Lewin 2017-06-03 15:45:26 -07:00
parent 9da06eb5df
commit 4635831e9c
2 changed files with 19 additions and 26 deletions

View file

@ -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;