mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Rearrange query execution order
1. remove usage of PushResult 2. rearrange query execution order 3. decouple UserSetting dependency 4. remove instant query 5. remove backkeydown event 6. part of #389
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Wox.Test.Plugins
|
||||
[Test]
|
||||
public void PublicAPIIsNullTest()
|
||||
{
|
||||
Assert.Throws(typeof(WoxFatalException), () => PluginManager.Init(null));
|
||||
//Assert.Throws(typeof(WoxFatalException), () => PluginManager.Initialize(null));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user