mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix testing
This commit is contained in:
parent
d7abae1ab2
commit
4f12b80603
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ namespace Flow.Launcher.Test.Plugins
|
||||||
return new List<Result>();
|
return new List<Result>();
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<Result> MethodDirectoryInfoClassSearchReturnsTwoResults(Query dummyQuery, string dummyString)
|
private List<Result> MethodDirectoryInfoClassSearchReturnsTwoResults(Query dummyQuery, string dummyString, CancellationToken token)
|
||||||
{
|
{
|
||||||
return new List<Result>
|
return new List<Result>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue