Changing test structure. Need to add unit tests.

This commit is contained in:
ryanbodrug-microsoft
2020-06-26 11:44:51 -07:00
parent f60bdc3dd4
commit 1c267a55d5
4 changed files with 24 additions and 13 deletions

View File

@@ -1,10 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Microsoft.Plugin.Program.UnitTests.Programs
{
class PackageCatalogWrapperTests
{
}
}

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Microsoft.Plugin.Program.UnitTests.Storage
{
class PackageRepositoryTest
{
}
}