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 dacf0f3 commit 2286e24Copy full SHA for 2286e24
source/Calamari.Tests/Fixtures/Bash/BashFixture.cs
@@ -43,7 +43,7 @@ public void ShouldConsumeParametersWithQuotes()
43
.Argument("scriptParameters", "\"Para meter0\" 'Para meter1'"));
44
45
output.AssertSuccess();
46
- output.AssertOutput("Parameters Para meter0Para meter1'");
+ output.AssertOutput("Parameters Para meter0Para meter1");
47
}
48
49
[Test]
0 commit comments