From 900502e079ea71ecf4eb9d00fd5b2e1732e99608 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 26 May 2020 19:34:45 +1000 Subject: [PATCH] Update test assert string text --- Flow.Launcher.Test/Plugins/ExplorerTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Test/Plugins/ExplorerTest.cs b/Flow.Launcher.Test/Plugins/ExplorerTest.cs index fc247d858..90bfd88f3 100644 --- a/Flow.Launcher.Test/Plugins/ExplorerTest.cs +++ b/Flow.Launcher.Test/Plugins/ExplorerTest.cs @@ -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}"); }