We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1928acb commit b506f3fCopy full SHA for b506f3f
src/InEngine.IntegrationTest/QueuingTest.cs
@@ -58,7 +58,7 @@ public override void Run()
58
var queueAppendIntegrationTest = "queueAppendIntegrationTest.txt";
59
File.Delete(queueWriteIntegrationTest);
60
File.Delete(queueAppendIntegrationTest);
61
- Enqueue.Command(new Echo { VerbatimText = "Core echo command in a lambda command." })
+ Enqueue.Command(new Echo { VerbatimText = "Core echo command." })
62
.PingAfter("http://www.google.com")
63
.PingBefore("http://www.google.com")
64
.EmailOutputTo("example@inengine.net")
0 commit comments