mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Remove unnecessary unit test
This commit is contained in:
@@ -14,14 +14,6 @@ namespace Wox.Test.Plugins
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class PluginInitTest
|
public class PluginInitTest
|
||||||
{
|
{
|
||||||
[Test]
|
|
||||||
public void CouldNotFindUserProfileTest()
|
|
||||||
{
|
|
||||||
var api = new Mock<IPublicAPI>();
|
|
||||||
Environment.SetEnvironmentVariable("USERPROFILE", "");
|
|
||||||
Assert.Throws(typeof(WoxCritialException), () => PluginManager.Init(api.Object));
|
|
||||||
}
|
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void PublicAPIIsNullTest()
|
public void PublicAPIIsNullTest()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user