mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update test assert string text
This commit is contained in:
parent
0ba9a86e46
commit
900502e079
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ namespace Flow.Launcher.Test.Plugins
|
|||
|
||||
// Then
|
||||
Assert.IsTrue(queryString == expectedString,
|
||||
$"Expected QueryWhereRestrictions string: {expectedString}{Environment.NewLine} " +
|
||||
$"Expected string: {expectedString}{Environment.NewLine} " +
|
||||
$"Actual string was: {queryString}{Environment.NewLine}");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue