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 3a7d8dc commit 96b953cCopy full SHA for 96b953c
src/Test/L1/Worker/CoreL1Tests.cs
@@ -63,6 +63,7 @@ public async Task Test_Base_Node10(bool writeToBlobstorageService)
63
message.Steps.Add(CreateNode10ScriptTask("echo Hey!"));
64
message.Variables.Add("agent.LogToBlobstorageService", writeToBlobstorageService.ToString());
65
66
+ // Act
67
// Act
68
var results = await RunWorker(message);
69
0 commit comments