Skip to content

Commit 807ff70

Browse files
committed
Update tests
1 parent 84cb555 commit 807ff70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Test/QueryBuilderTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public void ExclusivePluginQueryTest()
1717

1818
Query q = QueryBuilder.Build("> file.txt file2 file3", nonGlobalPlugins);
1919

20-
Assert.AreEqual("file.txt file2 file3", q.Search);
20+
Assert.AreEqual(" file.txt file2 file3", q.Search);
2121
Assert.AreEqual(">", q.ActionKeyword);
2222
}
2323

@@ -31,7 +31,7 @@ public void ExclusivePluginQueryIgnoreDisabledTest()
3131

3232
Query q = QueryBuilder.Build("> file.txt file2 file3", nonGlobalPlugins);
3333

34-
Assert.AreEqual("> file.txt file2 file3", q.Search);
34+
Assert.AreEqual("> file.txt file2 file3", q.Search);
3535
}
3636

3737
[Test]

0 commit comments

Comments
 (0)