Skip to content

Commit b506f3f

Browse files
committed
Cleanup command output
1 parent 1928acb commit b506f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InEngine.IntegrationTest/QueuingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public override void Run()
5858
var queueAppendIntegrationTest = "queueAppendIntegrationTest.txt";
5959
File.Delete(queueWriteIntegrationTest);
6060
File.Delete(queueAppendIntegrationTest);
61-
Enqueue.Command(new Echo { VerbatimText = "Core echo command in a lambda command." })
61+
Enqueue.Command(new Echo { VerbatimText = "Core echo command." })
6262
.PingAfter("http://www.google.com")
6363
.PingBefore("http://www.google.com")
6464
.EmailOutputTo("example@inengine.net")

0 commit comments

Comments
 (0)