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