mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unnecessary unit test
This commit is contained in:
parent
62a33fe7fc
commit
563370f10b
1 changed files with 0 additions and 8 deletions
|
|
@ -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 a new issue