We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0146e commit 5285c46Copy full SHA for 5285c46
Flow.Launcher.Test/Plugins/ExplorerTest.cs
@@ -116,11 +116,8 @@ public void GivenWindowsIndexSearchTopLevelDirectory_WhenSearchingForSpecificIte
116
[TestCase("scope='file:'")]
117
public void GivenWindowsIndexSearch_WhenSearchAllFoldersAndFiles_ThenQueryWhereRestrictionsShouldUseScopeString(string expectedString)
118
{
119
- // Given
120
- var queryConstructor = new QueryConstructor(new Settings());
121
-
122
//When
123
- var resultString = queryConstructor.QueryWhereRestrictionsForAllFilesAndFoldersSearch();
+ var resultString = QueryConstructor.QueryWhereRestrictionsForAllFilesAndFoldersSearch;
124
125
// Then
126
Assert.IsTrue(resultString == expectedString,
0 commit comments