Update test assert string text

This commit is contained in:
Jeremy Wu 2020-05-26 19:34:45 +10:00
parent 0ba9a86e46
commit 900502e079

View file

@ -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}");
}