Fix TestExistsForEachContainerType - add test required by convention

This commit is contained in:
John Lewin 2018-05-31 12:14:16 -07:00
parent 2d3b9eaff8
commit 9e8e6f2948

View file

@ -288,5 +288,10 @@ namespace MatterControl.Tests.MatterControl
public async Task ZipMemoryContainerTest()
{
}
[Test, Ignore("Not implemented")]
public async Task LibraryCollectionContainerTest()
{
}
}
}